Partilhar via


ProxyAddressBase.CompareTo Method (Object)

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

Syntax

'Declaration
Public Function CompareTo ( _
    other As Object _
) As Integer
'Usage
Dim instance As ProxyAddressBase
Dim other As Object
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    Object other
)

Parameters

Return Value

Type: System.Int32
Returns Int32.

Implements

IComparable.CompareTo(Object)