[]
Determines whether the collection contains a specific value.
public bool Contains(T value)
Value to look for.
True if the collection contains the value.