hasElement

fun A_Set.hasElement(elementObject: A_BasicObject): Boolean

Answer whether this set contains the specified element.

Return

true if the receiver contains the element, false otherwise.

Parameters

elementObject

The element, any AvailObject.