System::Xml::operator== method
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 two objects have the same name and namespace values; otherwise, false.
Ver también
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Page for C++