GraphNodeId.Inequality(GraphNodeId, GraphNodeId) Operator

Definition

The != operator compares two GraphNodeIds and return whether they're equal

public:
 static bool operator !=(Microsoft::VisualStudio::GraphModel::GraphNodeId ^ left, Microsoft::VisualStudio::GraphModel::GraphNodeId ^ right);
public static bool operator != (Microsoft.VisualStudio.GraphModel.GraphNodeId left, Microsoft.VisualStudio.GraphModel.GraphNodeId right);
static member op_Inequality : Microsoft.VisualStudio.GraphModel.GraphNodeId * Microsoft.VisualStudio.GraphModel.GraphNodeId -> bool
Public Shared Operator != (left As GraphNodeId, right As GraphNodeId) As Boolean

Parameters

left
GraphNodeId

The first GraphNodeId to add

right
GraphNodeId

The second GraphNodeId to add

Returns

false if the GraphNodeId are Equal, true otherwise

Applies to