System::Xml::operator!= Methode
System::Xml::operator!= method
Vergleicht zwei XmlQualifiedName Objekte.
bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Parameter | Typ | Beschreibung |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | Ein XmlQualifiedName zum Vergleichen. |
| b | const SharedPtr<XmlQualifiedName>& | Ein XmlQualifiedName zum Vergleichen. |
ReturnValue
true if the name and namespace values for the two objects differ; otherwise, false.
Siehe auch
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Font for C++