o_EqualsCompiledCode

open override fun o_EqualsCompiledCode(self: AvailObject, aCompiledCode: A_RawFunction): Boolean

Answer whether the arguments, an object and a CompiledCodeDescriptor, are equal.

Return

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

Parameters

self

The receiver.

aCompiledCode

The compiled code used in the comparison.

See also