XName Operators
Namespace:
System.Xml.Linq
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(XName, XName) | 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(XName, XName) | Returns a value indicating whether two instances of XName are not equal. |
Show:

