Bounds.Inequality(Bounds, Bounds) 运算符

定义

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

参数

left
Bounds
right
Bounds

返回

适用于