GraphNodeIdName::CompareTo Method (GraphNodeIdName^)

 

Compares this GraphNodeIdName against another (ordinal compare)

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

public:
virtual int CompareTo(
	GraphNodeIdName^ other
) sealed

Parameters

other
Type: Microsoft.VisualStudio.GraphModel::GraphNodeIdName^

The name to compare with

Return Value

Type: System::Int32

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

Return to top
Show: