SendAddress.CompareTo Method

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

Syntax

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

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

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)