[]
Determines whether the collection contains a specific series.
public bool Contains(Series item)
Public Function Contains(item As Series) As Boolean
Type | Name | Description |
---|---|---|
Series | item | Series to locate in collection. |
Type | Description |
---|---|
bool | true if series is found in the collection; otherwise, false. |