Determines whether the collection contains the specified series.
'Declaration
Public Function Contains( _
ByVal As Series _
) As System.Boolean
public System.bool Contains(
Series
)
Parameters
- value
The series to check.
Return Value
True if the collection contains the parameter given; otherwise False.