XName.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified XName is equal to this XName.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- obj
- Type: System.Object
The XName to compare to the current XName.
Return Value
Type: System.Booleantrue if the specified XName is equal to the current XName; otherwise false.
Show: