System::Xml::XmlQualifiedName::Equals method

XmlQualifiedName::Equals method

Belirtilen XmlQualifiedName nesnesinin mevcut XmlQualifiedName nesnesine eşit olup olmadığını belirler.

bool System::Xml::XmlQualifiedName::Equals(SharedPtr<Object> other) override
ParametreTürAçıklama
otherSharedPtr<Object>Karşılaştırılacak XmlQualifiedName.

ReturnValue

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

Ayrıca Bakınız