GraphNodeId::CompareTo Method (Object^)

 

Compares to another GraphNodeId.

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

public:
virtual int CompareTo(
	Object^ obj
) sealed

Parameters

obj
Type: System::Object^

The other GraphNodeId to compare with.

Return Value

Type: System::Int32

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

Return to top
Show: