XmlQualifiedName.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two XmlQualifiedName objects.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- a
- Type: System.Xml.XmlQualifiedName
An XmlQualifiedName to compare.
- b
- Type: System.Xml.XmlQualifiedName
An XmlQualifiedName to compare.
Return Value
Type: System.Booleantrue if the name and namespace values for the two objects differ; otherwise, false.
Show: