XmlQualifiedName.Equals(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l’objet spécifié XmlQualifiedName est égal à l’objet actuel XmlQualifiedName .
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
Paramètres
- other
- Object
XmlQualifiedName à comparer.
Retours
true si les deux sont le même objet d’instance ; sinon, false.