System::Xml::operator== méthode

System::Xml::operator== method

Compare deux objets XmlQualifiedName.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParamètreTypeDescription
aconst SharedPtr<XmlQualifiedName>&Un XmlQualifiedName à comparer.
bconst SharedPtr<XmlQualifiedName>&Un XmlQualifiedName à comparer.

ReturnValue

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

Voir aussi