o_Equals Function
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.
Parameters
self
The receiver.
a Function
The function used in the comparison.