[]
Determines whether the collection contains a specific item.
public bool Contains(T item)
The item to check.
True if the collection contains specified item; false otherwise.