System::Xml::operator!= método
System::Xml::operator!= method
Compara dos objetos XmlQualifiedName.
bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| Parámetro | Tipo | Descripción |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | Un XmlQualifiedName para comparar. |
| b | const SharedPtr<XmlQualifiedName>& | Un XmlQualifiedName para comparar. |
ReturnValue
true if the name and namespace values for the two objects differ; otherwise, false.
Ver también
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.PDF for C++