RoutingDomain.Equality operator
The Equality method compares two specified instances of the RoutingDomain structure for equality. 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 Shared Operator = ( _
value1 As RoutingDomain, _
value2 As RoutingDomain _
) As Boolean
'Usage
Dim value1 As RoutingDomain
Dim value2 As RoutingDomain
Dim returnValue As Boolean
returnValue = (value1 = value2)
public static bool operator ==(
RoutingDomain value1,
RoutingDomain value2
)
Parameters
value1
Type: Microsoft.Exchange.Data.Transport.RoutingDomainThe first instance of the RoutingDomain structure to compare.
value2
Type: Microsoft.Exchange.Data.Transport.RoutingDomainThe second instance of the RoutingDomain structure to compare.
Return value
Type: System.Boolean
The Equality method returns a value of true if the two instances of the RoutingDomain structure are equal; otherwise, the method returns a value of false.