GraphNodeIdName::CompareTo Method (GraphNodeIdName^)
Visual Studio 2015
Compares this GraphNodeIdName against another (ordinal compare)
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- other
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeIdName^
The name to compare with
Return Value
Type: System::Int320 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
IComparable<T>::CompareTo(T)
Show: