operator!=

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

Synopsis:

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

Arguments:

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

Description:

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

Returns:

Returns true if the objects are not equal, false otherwise.