o_EqualsFunctionType

open override fun o_EqualsFunctionType(self: AvailObject, aFunctionType: A_Type): Boolean

Answer whether the arguments, an object and a function type, are equal.

Return

true IFF the receiver is also a function type and:

See also

avail.descriptor.types.A_Type

Parameters

self

The receiver.

aFunctionType

The function type used in the comparison.