GraphNodeId Operators
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(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. |
![]() ![]() | Equality(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 |
![]() ![]() | Inequality(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 |
Show:

