Skip to content

Tuple - Comparison🔗

Operators🔗

tuple_equalTupleEqual: Test whether two tuples are equal.

tuple_equal_elemTupleEqualElem: Test, whether two tuples are elementwise equal.

tuple_greaterTupleGreater: Test whether a tuple is greater than another tuple.

tuple_greater_elemTupleGreaterElem: Test, whether a tuple is elementwise greater than another tuple.

tuple_greater_equalTupleGreaterEqual: Test whether a tuple is greater or equal to another tuple.

tuple_greater_equal_elemTupleGreaterEqualElem: Test, whether a tuple is elementwise greater or equal to another tuple.

tuple_lessTupleLess: Test whether a tuple is less than another tuple.

tuple_less_elemTupleLessElem: Test, whether a tuple is elementwise less than another tuple.

tuple_less_equalTupleLessEqual: Test whether a tuple is less or equal to another tuple.

tuple_less_equal_elemTupleLessEqualElem: Test, whether a tuple is elementwise less or equal to another tuple.

tuple_not_equalTupleNotEqual: Test whether two tuples are not equal.

tuple_not_equal_elemTupleNotEqualElem: Test, whether two tuples are elementwise not equal.