equals Function Type
Answer whether the receiver, an AvailObject, 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 declared exceptions correspond.
Parameters
a Function Type
The function type used in the comparison.