XName.IEquatable<XName>.Equals(XName) Metodo
Definizione
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
Parametri
Restituisce
true
se XName è uguale all'oggetto XName specificato. In caso contrario, false
.true
if this XName is equal to the specified XName, otherwise false
.