RoutingDomain.CompareTo Method (Object)
The CompareTo method compares this instance of the RoutingDomain structure to the specified object. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Function CompareTo ( _
domain As Object _
) As Integer
public int CompareTo (
Object domain
)
public:
int CompareTo (
Object^ domain
)
public int CompareTo (
Object domain
)
public function CompareTo (
domain : Object
) : int
Parameters
- domain
An object that evaluates to a RoutingDomain structure.
Return Value
The CompareTo method returns a 32-bit signed integer that indicates the lexical relationship between the two comparands.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003