o_EqualsByteString

open override fun o_EqualsByteString(self: AvailObject, aByteString: A_String): Boolean

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

Return

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

See also

Parameters

self

The receiver.

aByteString

The byte string used in the comparison.