System::Xml::XmlQualifiedName::Equals method

XmlQualifiedName::Equals method

Bepaalt of het opgegeven XmlQualifiedName-object gelijk is aan het huidige XmlQualifiedName-object.

bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
ParameterTypeBeschrijving
otherSharedPtr<Object>De XmlQualifiedName om te vergelijken.

ReturnValue

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

Zie ook