XmlNamespaceMapping.Equals(Object) Method

Definition

Returns a value that indicates whether this XmlNamespaceMapping is equivalent to the specified instance.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The instance to compare for equality.

Returns

true if the two instances are the same; otherwise, false.

Applies to