Metodo System::Xml::operator!=
System::Xml::operator!= method
Confronta due oggetti XmlQualifiedName.
bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Parametro | Tipo | Descrizione |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | Un XmlQualifiedName da confrontare. |
| b | const SharedPtr<XmlQualifiedName>& | Un XmlQualifiedName da confrontare. |
ReturnValue
true if the name and namespace values for the two objects differ; otherwise, false.
Vedi anche
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Page for C++