operator==

Test whether two Variant objects are equal (in terms of validity, encoding, and value).

Synopsis:

#include <qpps/variant.h>
 
bool operator==( const Variant &other ) const;

Arguments:

other
The Variant on the right side of the equality operator to compare with the one on the left side.

Description:

Test whether two Variant objects are equal (in terms of validity, encoding, and value).

Returns:

Returns true if the objects are equal, false otherwise.