System::Xml::XmlQualifiedName::Equals method

XmlQualifiedName::Equals method

Determina si el objeto XmlQualifiedName especificado es igual al objeto XmlQualifiedName actual.

bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
ParámetroTipoDescripción
otherSharedPtr<Object>El XmlQualifiedName a comparar.

ReturnValue

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

Ver también