equalsFunctionType

open override fun equalsFunctionType(aFunctionType: A_Type): Boolean

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:

Parameters

aFunctionType

The function type used in the comparison.