Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Inequality method compares two specified instances of the RoutingAddress structure for inequality.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
value1 As RoutingAddress, _
value2 As RoutingAddress _
) As Boolean
'Usage
Dim value1 As RoutingAddress
Dim value2 As RoutingAddress
Dim returnValue As Boolean
returnValue = (value1 <> value2)
public static bool operator !=(
RoutingAddress value1,
RoutingAddress value2
)
Parameters
value1
Type: Microsoft.Exchange.Data.Transport.RoutingAddressThe first instance of the RoutingAddress structure to compare.
value2
Type: Microsoft.Exchange.Data.Transport.RoutingAddressThe second instance of the RoutingAddress structure to compare.
Return value
Type: System.Boolean
TheInequality method returns a value of true if the two instances of the RoutingAddress structure are not equal; otherwise, the method returns a value of false.