ProxyAddressTemplate.CompareTo Method (ProxyAddressTemplate)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As ProxyAddressTemplate _
) As Integer
'Usage
Dim instance As ProxyAddressTemplate
Dim other As ProxyAddressTemplate
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
ProxyAddressTemplate other
)
Parameters
- other
Type: Microsoft.Exchange.Data.ProxyAddressTemplate
Return Value
Type: System.Int32