System::Xml::operator== method

System::Xml::operator== method

Compara dos objetos XmlQualifiedName.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParámetroTipoDescripción
aconst SharedPtr<XmlQualifiedName>&Un XmlQualifiedName para comparar.
bconst SharedPtr<XmlQualifiedName>&Un XmlQualifiedName para comparar.

ReturnValue

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

Ver también