System::Xml::operator!= method

System::Xml::operator!= method

Compares two XmlQualifiedName objects.

bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParameterTypeDescription
aconst SharedPtr<XmlQualifiedName>&An XmlQualifiedName to compare.
bconst SharedPtr<XmlQualifiedName>&An XmlQualifiedName to compare.

ReturnValue

true if the name and namespace values for the two objects differ; otherwise, false.

See Also