equalsByteTuple

open override fun equalsByteTuple(aByteTuple: A_Tuple): Boolean

Answer whether the receiver, an AvailObject, and the argument, a byte tuple, are equal in value.

Return

true if the receiver is a byte tuple and of value equal to the argument, false otherwise.

Parameters

aByteTuple

The byte tuple to be compared to the receiver.