o_EqualsByteTuple

abstract fun o_EqualsByteTuple(self: AvailObject, aByteTuple: A_Tuple): Boolean

Answer whether the arguments, an object, and 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

self

The receiver.

aByteTuple

The byte tuple used in the comparison.

See also