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