klyn.collections.Collection.contains
method
public contains(item as Object) as Boolean
Description
Determines whether the collection contains the specified element.
Parameters
  • item The element to search for.
Returns
True if the element is found, false otherwise.