o_Equals Function Type
Answer whether the arguments, an object and 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
self
The receiver.
a Function Type
The function type used in the comparison.
See also
A_Type. equals Function Type