equalsByteString

open override fun equalsByteString(aByteString: A_String): Boolean

Answer whether the receiver, an AvailObject, and the argument, 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

aByteString

The byte string to be compared to the receiver.