RoutingDomain.CompareTo Method (RoutingDomain)
The CompareTo method compares this instance of the RoutingDomain structure to the specified instance of the RoutingDomain structure. 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 ( _
value As RoutingDomain _
) As Integer
public int CompareTo (
RoutingDomain value
)
public:
virtual int CompareTo (
RoutingDomain value
) sealed
public final int CompareTo (
RoutingDomain value
)
public final function CompareTo (
value : RoutingDomain
) : int
Parameters
- value
An instance of the RoutingDomain structure against which to compare.
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