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
'Usage
Dim instance As RoutingDomain
Dim domain As Object
Dim returnValue As Boolean

returnValue = instance.Equals(domain)
public override bool Equals(
    Object domain
)

Parameters

Return Value

Type: System.Boolean
The Equals method returns true if the compared domains are equal; otherwise, the method returns false.