Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.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.