o_HasElement

abstract fun o_HasElement(self: AvailObject, elementObject: A_BasicObject): Boolean

Answer whether the receiver contains the specified element.

Return

true if the receiver contains the element, false otherwise.

Parameters

self

The receiver.

elementObject

The element.