[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LineCollection.Contains

Contains Method

Contains(Line)

Determines whether the collection contains a specific line.

Declaration
public bool Contains(Line item)
Public Function Contains(item As Line) As Boolean
Parameters
Type Name Description
Line item

Line to locate in collection.

Returns
Type Description
bool

true if line is found in the collection; otherwise, false.

Implements