Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Shared Operator <> ( _
left As RectangleD, _
right As RectangleD _
) As Boolean
'使用
Dim left As RectangleD
Dim right As RectangleD
Dim returnValue As Boolean
returnValue = (left <> right)
public static bool operator !=(
RectangleD left,
RectangleD right
)
public:
static bool operator !=(
RectangleD left,
RectangleD right
)
JScript does not support overloaded operators.
Parameters
Return Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.