equals Any Tuple
Answer whether the receiver, an AvailObject, and the argument, a tuple, are equal in value.
Return
true if the receiver is a tuple and of value equal to the argument, false otherwise.
Parameters
a Tuple
The tuple to be compared to the receiver.