GraphNodeId.Inequality Operator
The != operator compares two GraphNodeIds and returns whether they are equal. The first GraphNodeId to add. The second GraphNodeId to add. False if the GraphNodeId are equal; true otherwise
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
left As GraphNodeId, _
right As GraphNodeId _
) As Boolean
public static bool operator !=(
GraphNodeId left,
GraphNodeId right
)
public:
static bool operator !=(
GraphNodeId^ left,
GraphNodeId^ right
)
static let inline(<>)
left:GraphNodeId *
right:GraphNodeId : bool
JScript does not support overloaded operators.
Parameters
- right
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
Return Value
Type: Boolean
Returns Boolean.
.NET Framework Security
- 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.