o_Has Element
abstract fun o_HasElement(self: AvailObject, elementObject: A_BasicObject): Boolean
Content copied to clipboard
Answer whether the receiver contains the specified element.
Return
true if the receiver contains the element, false otherwise.
Parameters
self
The receiver.
element Object
The element.