Click or drag to resize
XmlQualifiedNameInequality Operator
Compares two System.Xml.XmlQualifiedName objects.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public static bool operator !=(
	XmlQualifiedName a,
	XmlQualifiedName b
)

Parameters

a
Type: System.XmlXmlQualifiedName
An System.Xml.XmlQualifiedName to compare.
b
Type: System.XmlXmlQualifiedName
An System.Xml.XmlQualifiedName to compare.

Return Value

Type: Boolean
true if the name and namespace values for the two objects differ; otherwise, false.
See Also