XName Operators

 

Namespace:   System.Xml.Linq
Assembly:  System.Xml.Linq (in System.Xml.Linq.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(XName, XName)

Returns a value indicating whether two instances of XName are equal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(String to XName)

Converts a string formatted as an expanded XML name (that is,{namespace}localname) to an XName object.

System_CAPS_puboperatorSystem_CAPS_staticInequality(XName, XName)

Returns a value indicating whether two instances of XName are not equal.

Return to top
Show: