o_Equals Fiber Type
abstract fun o_EqualsFiberType(self: AvailObject, aFiberType: A_Type): Boolean
Content copied to clipboard
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.
a Fiber Type
A fiber type.