XName Operators and Type Conversions
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XName type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equality | Returns a value indicating whether two instances of XName are equal. |
|
Implicit(String to XName) | Converts a string formatted as an expanded XML name (that is,{namespace}localname) to an XName object. |
|
Inequality | Returns a value indicating whether two instances of XName are not equal. |
Show: