RoutingAddress.Equals method
The Equals method determines whether this instance of the RoutingAddress structure is equal to the object specified.
Overload list
Name | Description | |
---|---|---|
Equals(Object) | The Equals method determines whether this instance of the RoutingAddress structure is equal to the object specified. (Overrides ValueType.Equals(Object).) | |
Equals(RoutingAddress) | Compares two routing address and determines whether they are equal. |
Top