Partager via


GraphNodeId.Inequality Operator

[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

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GraphNodeId Class

Microsoft.VisualStudio.GraphModel Namespace