GraphNodeId::CompareTo Method (GraphNodeId^)

 

Compares to another GraphNodeId.

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

public:
virtual int CompareTo(
	GraphNodeId^ other
) sealed

Parameters

other
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The GraphNodeId to compare with.

Return Value

Type: System::Int32

An indication of their relative value (0 being equal).

Return to top
Show: