次の方法で共有


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
public bool Equals (
    RoutingDomain domain
)
public:
virtual bool Equals (
    RoutingDomain domain
) sealed
public final boolean Equals (
    RoutingDomain domain
)
public final function Equals (
    domain : RoutingDomain
) : boolean

Parameters

  • domain
    The instance of the RoutingDomain structure 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