GraphNodeIdName.CompareTo(GraphNodeIdName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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