Freigeben über


GraphNodeId.CompareTo-Methode (GraphNodeId)

Vergleicht zu einem anderen 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

Parameter

Rückgabewert

Typ: Int32
Ein Hinweis ihre relativen Wert (wobei 0 gleich).

Implementiert

IComparable.CompareTo(UTP)

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeId Klasse

CompareTo-Überladung

Microsoft.VisualStudio.GraphModel-Namespace