[]
Determines whether an object is an item in the list.
public virtual bool Contains(object value)
Type | Name | Description |
---|---|---|
object | value | The object to locate. |
Type | Description |
---|---|
bool | True if the object is found in the list; otherwise, false. |