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

Returns true if the set contains the given element.

Parameters
  • item The element to search for.