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

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: