Moniker.CompareTo Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Function CompareTo ( _
    other As Moniker _
) As Integer
'使用
Dim instance As Moniker
Dim other As Moniker
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    Moniker other
)
public:
virtual int CompareTo(
    Moniker^ other
) sealed
public final function CompareTo(
    other : Moniker
) : int

Parameters

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)

Permissions

See Also

Reference

Moniker Class

Moniker Members

Microsoft.VisualStudio.Modeling Namespace