o_EqualsFiberType

open override fun o_EqualsFiberType(self: AvailObject, aFiberType: A_Type): Boolean

Answer whether the arguments, an object and a fiber type, are equal in value.

Return

true if the receiver is a fiber type and of value equal to the argument, false otherwise.

See also

Parameters

self

The receiver.

aFiberType

A fiber type.