Partilhar via


ProxyAddressBase.CompareTo Method (ProxyAddressBase)

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

Syntax

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

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

Return Value

Type: System.Int32
Returns Int32.

Implements

IComparable<T>.CompareTo(T)