equals Function Type
Answer whether the receiver, an object, and the argument, a function type, are equal.
Return
true IFF the receiver is also a function type and:
The argument types correspond,
The return types correspond, and
The raise types correspond.
Parameters
a Function Type
The function type used in the comparison.