Luna::Tuple::operator!=
bool operator!=(const Tuple &rhs) const
Compares two tuples for non-equality.
Parameters
-
in rhs
The tuple to compare with.
Return value
Returns true
if two tuples are not equal. Returns false
otherwise.
bool operator!=(const Tuple &rhs) const
Compares two tuples for non-equality.
in rhs
The tuple to compare with.
Returns true
if two tuples are not equal. Returns false
otherwise.