equalsFiberType

abstract fun equalsFiberType(aFiberType: A_Type): Boolean

Answer whether the receiver, an object, and the argument, 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.

Parameters

aFiberType

A fiber type.