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