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