Share via


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

Return value

Type: System.Boolean
true if the addresses are equal; otherwise false.

See also

Reference

RoutingAddress structure

RoutingAddress members

Equals overload

Microsoft.Exchange.Data.Transport namespace