o_Equals Function Type
open override fun o_EqualsFunctionType(self: AvailObject, aFunctionType: A_Type): Boolean
Content copied to clipboard
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.
See also
avail. descriptor. types. A_Type
Parameters
self
The receiver.
a Function Type
The function type used in the comparison.