XName.IEquatable<XName>.Equals(XName) Method

Definition

Indicates whether the current XName is equal to the specified XName.

 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

Parameters

other
XName

The XName to compare with this XName.

Returns

true if this XName is equal to the specified XName, otherwise false.

Implements

Applies to