klyn.collections.ImmutableList.operator in
method
public override operator in(item as T) as Boolean:
Description

Returns true when the list contains the given value.

Parameters
ParameterDescription
itemThe value to search for.
Returns

True when the value is present.