Compartir a través de


CountryInfo.IComparable<CountryInfo>.CompareTo Method

Namespace:  Microsoft.Exchange.Data.Directory
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Private Function CompareTo ( _
    other As CountryInfo _
) As Integer Implements IComparable(Of CountryInfo).CompareTo
'Usage
Dim instance As CountryInfo
Dim other As CountryInfo
Dim returnValue As Integer

returnValue = CType(instance, IComparable(Of CountryInfo)).CompareTo(other)
int IComparable<CountryInfo>.CompareTo(
    CountryInfo other
)

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)