Metodo System::Xml::XmlQualifiedName::Equals

XmlQualifiedName::Equals method

Determina se l’oggetto XmlQualifiedName specificato è uguale all’oggetto XmlQualifiedName corrente.

bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
ParametroTipoDescrizione
otherSharedPtr<Object>Il XmlQualifiedName da confrontare.

ReturnValue

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

Vedi anche