RoutingDomain.Equals Method (Object)
The Equals method determines whether this instance of the RoutingDomain structure is equal to the object that is specified. 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 Overrides Function Equals ( _
domain As Object _
) As Boolean
public override bool Equals (
Object domain
)
public:
virtual bool Equals (
Object^ domain
) override
public boolean Equals (
Object domain
)
public override function Equals (
domain : Object
) : boolean
Parameters
- domain
The object against which to compare this instance of the RoutingDomain structure.
Return Value
The Equals method returns true if the compared domains are equal; otherwise, the method returns false.
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