[]
Determines whether the ICollection<T> contains a specific value.
public bool Contains(int item)
The object to locate in the ICollection<T>.
true if item is found in the ICollection<T>; otherwise, false.
item