RoutingAddress.Equals Method (Object)
The Equals method determines whether this instance of the RoutingAddress structure is equal to the object specified.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
virtual bool Equals (
Object^ obj
) override
public boolean Equals (
Object obj
)
public override function Equals (
obj : Object
) : boolean
Parameters
- obj
Return Value
TheEquals method returns a value of true if the object specified by the address parameter is an instance of the RoutingAddress structure and the address is equal to the address in this instance of the RoutingAddress structure; otherwise, the method returns a value of false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003