XName.IEquatable(Of XName).Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the current XName is equal to the specified XName.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
'Declaration Private Function Equals ( _ other As XName _ ) As Boolean Implements IEquatable(Of XName).Equals
Parameters
- other
- Type: System.Xml.Linq.XName
The XName to compare with this XName.
Return Value
Type: System.Booleantrue if this XName is equal to the specified XName, otherwise false.
Implements
IEquatable(Of T).Equals(T)
Show: