equals Compiled Code
open override fun equalsCompiledCode(aCompiledCode: A_RawFunction): Boolean
Content copied to clipboard
Answer whether the receiver, an AvailObject, and a compiled code, are equal.
Return
true if the receiver is a compiled code and of value equal to the argument, false otherwise.
Parameters
a Compiled Code
The compiled code used in the comparison.