XName.IEquatable<XName>.Equals(XName) 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.
virtual bool System.IEquatable<System.Xml.Linq.XName>.Equals(System::Xml::Linq::XName ^ other) = IEquatable<System::Xml::Linq::XName ^>::Equals;
bool IEquatable<XName>.Equals (System.Xml.Linq.XName other);
abstract member System.IEquatable<System.Xml.Linq.XName>.Equals : System.Xml.Linq.XName -> bool
override this.System.IEquatable<System.Xml.Linq.XName>.Equals : System.Xml.Linq.XName -> bool
Function Equals (other As XName) As Boolean Implements IEquatable(Of XName).Equals
Paramètres
Retours
true
si ce XName est égal au XName spécifié, sinon false
.