equals Function
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
a Function
The function used in the comparison.