XmlQualifiedName::Inequality Operator (XmlQualifiedName^, XmlQualifiedName^)

 
equivalentCodeEntityM:System.Xml.XmlQualifiedName.Equals(System.Object)

Compares two XmlQualifiedName objects.

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

public:
static bool operator !=(
	XmlQualifiedName^ a,
	XmlQualifiedName^ b
)

Parameters

a
Type: System.Xml::XmlQualifiedName^

An XmlQualifiedName to compare.

b
Type: System.Xml::XmlQualifiedName^

An XmlQualifiedName to compare.

Return Value

Type: System::Boolean

true 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
Return to top
Show: