XName.IEquatable<XName>.Equals(XName) 方法

定义

表示当前的 XName 是否与指定的 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

参数

other
XName

要与此 XName 进行比较的 XName

返回

如果 XName 等于指定的 XName,则为 true;否则为 false

实现

适用于