o_EqualsFunctionType

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

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

Return

true IFF the receiver is also a function type and:

Parameters

self

The receiver.

aFunctionType

The function type used in the comparison.

See also

A_Type.equalsFunctionType