Tuple - Comparison🔗
Operators🔗
tuple_equal: Test whether two tuples are equal.
tuple_equal_elem: Test, whether two tuples are elementwise equal.
tuple_greater: Test whether a tuple is greater than another tuple.
tuple_greater_elem: Test, whether a tuple is elementwise greater than another tuple.
tuple_greater_equal: Test whether a tuple is greater or equal to another tuple.
tuple_greater_equal_elem: Test, whether a tuple is elementwise greater or equal to another tuple.
tuple_less: Test whether a tuple is less than another tuple.
tuple_less_elem: Test, whether a tuple is elementwise less than another tuple.
tuple_less_equal: Test whether a tuple is less or equal to another tuple.
tuple_less_equal_elem: Test, whether a tuple is elementwise less or equal to another tuple.
tuple_not_equal: Test whether two tuples are not equal.
tuple_not_equal_elem: Test, whether two tuples are elementwise not equal.