MonikerKey.CompareTo Method

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

Syntax

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

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

Parameters

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)

Permissions

See Also

Reference

MonikerKey Class

MonikerKey Members

Microsoft.VisualStudio.Modeling Namespace