System::Xml::operator== method
System::Xml::operator== method
Compares two XmlQualifiedName objects.
bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
Parameter | Type | Description |
---|---|---|
a | const SharedPtr<XmlQualifiedName>& | An XmlQualifiedName to compare. |
b | const SharedPtr<XmlQualifiedName>& | An XmlQualifiedName to compare. |
ReturnValue
true if the two objects have the same name and namespace values; otherwise, false.
See Also
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.TeX for C++