System::Xml::operator== method

System::Xml::operator== method

Jämför två XmlQualifiedName objekt.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParameterTypeBeskrivning
aconst SharedPtr<XmlQualifiedName>&Ett XmlQualifiedName att jämföra.
bconst SharedPtr<XmlQualifiedName>&Ett XmlQualifiedName att jämföra.

ReturnValue

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

Se även