System::Xml::XmlQualifiedName::Equals Methode

XmlQualifiedName::Equals method

Bestimmt, ob das angegebene XmlQualifiedName-Objekt dem aktuellen XmlQualifiedName-Objekt entspricht.

bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
ParameterTypBeschreibung
otherSharedPtr<Object>Das zu vergleichende XmlQualifiedName.

ReturnValue

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

Siehe auch