RoutingDomain.Inequality operator
The Inequality method compares two specified instances of the RoutingDomain structure for inequality. 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 Inequality method returns a value of true if the two instances of the RoutingDomain structure are not equal; otherwise, the method returns a value of false.