System::Xml::XmlQualifiedName::Equals method
XmlQualifiedName::Equals method
Determines whether the specified XmlQualifiedName object is equal to the current XmlQualifiedName object.
bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
Parameter | Type | Description |
---|---|---|
other | SharedPtr<Object> | The XmlQualifiedName to compare. |
ReturnValue
true if the two are the same instance object; otherwise, false.
See Also
- Typedef SharedPtr
- Class Object
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.PDF for C++