o_EqualsFunction

open override fun o_EqualsFunction(self: AvailObject, aFunction: A_Function): Boolean

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

Return

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

See also

Parameters

self

The receiver.

aFunction

The function used in the comparison.