System::Xml::operator== Methode

System::Xml::operator== method

Vergleicht zwei XmlQualifiedName Objekte.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParameterTypBeschreibung
aconst SharedPtr<XmlQualifiedName>&Ein XmlQualifiedName zum Vergleichen.
bconst SharedPtr<XmlQualifiedName>&Ein XmlQualifiedName zum Vergleichen.

ReturnValue

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

Siehe auch