equalsFunction

open override fun equalsFunction(aFunction: A_Function): Boolean

Answer whether the receiver, an object, and the argument, a FunctionDescriptor, are equal in value.

Return

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

Parameters

aFunction

The function used in the comparison.