XmlValue::equals

#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.

Class

XmlValue

See Also

XmlValue Methods