System::Xml::operator== method

System::Xml::operator== method

İki XmlQualifiedName nesnesini karşılaştırır.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParameterTypeAçıklama
aconst SharedPtr<XmlQualifiedName>&Karşılaştırılacak bir XmlQualifiedName.
bconst SharedPtr<XmlQualifiedName>&Karşılaştırılacak bir XmlQualifiedName.

ReturnValue

true if the two objects have the same name and namespace values; otherwise, false.

Ayrıca Bakınız