XmlQualifiedName.Equals(Object) Method

Definition

Determines whether the specified XmlQualifiedName object is equal to the current XmlQualifiedName object.

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

Parameters

other
Object

The XmlQualifiedName to compare.

Returns

true if the two are the same instance object; otherwise, false.

Applies to