Share via


GraphNodeId.CompareTo Method (GraphNodeId)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Compares to another GraphNodeId.

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

Syntax

'Declaration
Public Function CompareTo ( _
    other As GraphNodeId _
) As Integer
public int CompareTo(
    GraphNodeId other
)
public:
virtual int CompareTo(
    GraphNodeId^ other
) sealed
abstract CompareTo : 
        other:GraphNodeId -> int  
override CompareTo : 
        other:GraphNodeId -> int
public final function CompareTo(
    other : GraphNodeId
) : int

Parameters

Return Value

Type: System.Int32
An indication of their relative value (0 being equal).

Implements

IComparable<T>.CompareTo(T)

.NET Framework Security

See Also

Reference

GraphNodeId Class

CompareTo Overload

Microsoft.VisualStudio.GraphModel Namespace