System::Xml::XmlQualifiedName::Equals méthode

XmlQualifiedName::Equals method

Détermine si l’objet XmlQualifiedName spécifié est égal à l’objet XmlQualifiedName actuel.

bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
ParamètreTypeDescription
otherSharedPtr<Object>Le XmlQualifiedName à comparer.

ReturnValue

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

Voir aussi