System::Xml::operator== method

System::Xml::operator== method

Vergelijkt twee XmlQualifiedName objecten.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParameterTypeBeschrijving
aconst SharedPtr<XmlQualifiedName>&Een XmlQualifiedName om te vergelijken.
bconst SharedPtr<XmlQualifiedName>&Een XmlQualifiedName om te vergelijken.

ReturnValue

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

Zie ook