klyn.collections.ImmutableList.operator in
method
public override operator in(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.