[]
Determines whether the Collection contains the given element
public bool Contains(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The string to find within the collection |
| Type | Description |
|---|---|
| bool |
if the collection contains the
parameter given; otherwise,
. |