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
)
Parameters
- other
Type: Microsoft.Exchange.Data.Directory.CountryInfo
Return Value
Type: System.Int32
Implements
See Also