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