GraphNodeId.Inequality(GraphNodeId, GraphNodeId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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