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