Luna::Variant::operator!=
bool operator!=(const Variant &rhs) const
Compares two variant for non-equality.
See remarks of operator== for details.
Parameters
-
in rhs
The variant to compare.
Return value
Returns true
if two variants are not equal. Returns false
otherwise.