operator==()

System::Xml::operator==(const SharedPtr<XmlQualifiedName>&, const SharedPtr<XmlQualifiedName>&) function

Compares two XmlQualifiedName objects.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)

Arguments

ParameterTypeDescription
aconst SharedPtr<XmlQualifiedName>&An XmlQualifiedName to compare.
bconst SharedPtr<XmlQualifiedName>&An XmlQualifiedName to compare.

Return Value

true if the two objects have the same name and namespace values; otherwise, false.

See Also