XmlQualifiedName::Inequality Operator (XmlQualifiedName^, XmlQualifiedName^)
.NET Framework (current version)
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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: