klyn.collections.Collection.operator in
method
public operator in(item as T) as Boolean
Description

Determines whether the collection contains the specified element.

Parameters
ParameterDescription
itemThe element to search for.
Returns

True if the element is found, false otherwise.