o_EqualsByteString

abstract fun o_EqualsByteString(self: AvailObject, aByteString: A_String): Boolean

Answer whether the arguments, an object and a byte string, are equal in value.

Return

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

Parameters

self

The receiver.

aByteString

The byte string used in the comparison.

See also