GraphNodeId::Inequality Operator (GraphNodeId^, GraphNodeId^)
Visual Studio 2015
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
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- left
- Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^
- right
- Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^
Show: