System::Xml::operator== method

System::Xml::operator== method

Confronta due oggetti XmlQualifiedName.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParametroTipoDescrizione
aconst SharedPtr<XmlQualifiedName>&Un XmlQualifiedName da confrontare.
bconst SharedPtr<XmlQualifiedName>&Un XmlQualifiedName da confrontare.

ReturnValue

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

Vedi anche