GraphNodeId Operators

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(GraphNodeId^, GraphNodeId^)

The + operator adds two GraphNodeIds. If either GraphNodeId is already contain an array, the item is added to the array. Otherwise, a new embedded array is returned.

System_CAPS_puboperatorSystem_CAPS_staticEquality(GraphNodeId^, GraphNodeId^)

The == operator compares two GraphNodeIds and returns whether they are equal. The first GraphNodeId to add. The second GraphNodeId to add. True if the GraphNodeIds are Equal; false otherwise

System_CAPS_puboperatorSystem_CAPS_staticInequality(GraphNodeId^, GraphNodeId^)

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

Return to top
Show: