#include <DbXml.hpp>
class DbXml::XmlValue {
public:
bool equals(const XmlValue &v) const;
bool operator==(const XmlValue &v) const
...
};
Determines if two XmlValue objects represent the same value. It
returns true if the two objects represent the same value.