Color4.Equality(Color4, Color4) 运算符

定义

public:
 static bool operator ==(Microsoft::Azure::RemoteRendering::Color4 left, Microsoft::Azure::RemoteRendering::Color4 right);
public static bool operator == (Microsoft.Azure.RemoteRendering.Color4 left, Microsoft.Azure.RemoteRendering.Color4 right);
static member ( = ) : Microsoft.Azure.RemoteRendering.Color4 * Microsoft.Azure.RemoteRendering.Color4 -> bool
Public Shared Operator == (left As Color4, right As Color4) As Boolean

参数

left
Color4
right
Color4

返回

适用于