RoutingDomain.Equals Method (RoutingDomain)

The Equals method determines whether this instance of the RoutingDomain structure is equal to the domain that is represented by 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 Equals ( _
    domain As RoutingDomain _
) As Boolean
'Usage
Dim instance As RoutingDomain
Dim domain As RoutingDomain
Dim returnValue As Boolean

returnValue = instance.Equals(domain)
public bool Equals(
    RoutingDomain domain
)

Parameters

Return Value

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

Implements

IEquatable<T>.Equals(T)