GraphNodeId.CompareTo Method

Definition

Overloads

CompareTo(GraphNodeId)

Compares to another GraphNodeId

CompareTo(Object)

Compares to another GraphNodeId

CompareTo(GraphNodeId)

Compares to another GraphNodeId

public:
 virtual int CompareTo(Microsoft::VisualStudio::GraphModel::GraphNodeId ^ other);
public int CompareTo (Microsoft.VisualStudio.GraphModel.GraphNodeId other);
abstract member CompareTo : Microsoft.VisualStudio.GraphModel.GraphNodeId -> int
override this.CompareTo : Microsoft.VisualStudio.GraphModel.GraphNodeId -> int
Public Function CompareTo (other As GraphNodeId) As Integer

Parameters

other
GraphNodeId

The GraphNodeId to compare against

Returns

An indication of their relative value (0 being equal)

Implements

Applies to

CompareTo(Object)

Compares to another GraphNodeId

public:
 virtual int CompareTo(System::Object ^ obj);
public int CompareTo (object obj);
abstract member CompareTo : obj -> int
override this.CompareTo : obj -> int
Public Function CompareTo (obj As Object) As Integer

Parameters

obj
Object

The other GraphNodeId to compare against

Returns

An indication of their relative value (0 being equal)

Implements

Applies to