Overview
>
klyn.collections
>
ImmutableList
>
contains
Overview
Index
Tree
Deprecated
klyn.collections.ImmutableList.contains
method
public override contains(item as Object) as Boolean:
Description
Returns true when the list contains the given value.
Parameters
item The value to search for.
Returns
True when the value is present.