XName Operators and Type Conversions
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public operator Static member Equality Returns a value indicating whether two instances of XName are equal.
Public operator Static member Implicit(String to XName) Converts a string formatted as an expanded XML name (that is,{namespace}localname) to an XName object.
Public operator Static member Inequality Returns a value indicating whether two instances of XName are not equal.
Top

Show:
© 2017 Microsoft