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