o_Equals Byte String
abstract fun o_EqualsByteString(self: AvailObject, aByteString: A_String): Boolean
Content copied to clipboard
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.
See also
Parameters
self
The receiver.
a Byte String
The byte string used in the comparison.