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
other
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdThe GraphNodeId to compare with.
Return Value
Type: System.Int32
An indication of their relative value (0 being equal).
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.