GraphNodeId::Inequality Operator (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

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

public:
static bool operator !=(
	GraphNodeId^ left,
	GraphNodeId^ right
)

Return Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: