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 name and namespace values for the two objects differ; otherwise, false.

Siehe auch