GraphNodeIdName.CompareTo(GraphNodeIdName) Method

Definition

Compares this GraphNodeIdName against another (ordinal compare)

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

Parameters

other
GraphNodeIdName

The name to compare against

Returns

0 if identical, less than 0 if this name comes before the given name greater than 0 if this cname comes after the given name

Implements

Applies to