o_Equals Function
open override fun o_EqualsFunction(self: AvailObject, aFunction: A_Function): Boolean
Content copied to clipboard
Answer whether the arguments, an object and a FunctionDescriptor, 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.
a Function
The function used in the comparison.