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