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
ParameterTypeDescription
otherSharedPtr<Object>The XmlQualifiedName to compare.

ReturnValue

true if the two are the same instance object; otherwise, false.

See Also