Méthode System::Xml::operator!=
System::Xml::operator!= method
Compare deux objets XmlQualifiedName.
bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Paramètre | Type | Description |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | Un XmlQualifiedName à comparer. |
| b | const SharedPtr<XmlQualifiedName>& | Un XmlQualifiedName à comparer. |
ReturnValue
true if the name and namespace values for the two objects differ; otherwise, false.
Voir aussi
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Page for C++