Share via


ProxyAddress.CompareTo method

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

Syntax

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

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

Parameters

Return value

Type: System.Int32
Returns Int32.

See also

Reference

ProxyAddress class

ProxyAddress members

Microsoft.Exchange.Data namespace