RoutingAddress.Equals method (RoutingAddress)
Compares two routing address and determines whether they are equal.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Function Equals ( _
obj As RoutingAddress _
) As Boolean
'Usage
Dim instance As RoutingAddress
Dim obj As RoutingAddress
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public bool Equals(
RoutingAddress obj
)
Parameters
obj
Type: Microsoft.Exchange.Data.Transport.RoutingAddressThe routing address to compare.
Return value
Type: System.Boolean
true if the addresses are equal; otherwise false.