XmlQualifiedName.Equals(Object) Methode

Definitie

Bepaalt of het opgegeven XmlQualifiedName object gelijk is aan het huidige 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

De XmlQualifiedName te vergelijken.

Retouren

true als de twee hetzelfde exemplaarobject zijn; anders, false.

Van toepassing op