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

ParameterTypeDescription
otherSharedPtr<Object>The XmlQualifiedName to compare.

Return Value

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

See Also