[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartObjectCollection-1.Contains

Contains Method

Contains(T)

Determines whether the collection contains a specific item.

Declaration
public bool Contains(T item)
Parameters
Type Name Description
T item

The item to check.

Returns
Type Description
bool

True if the collection contains specified item; false otherwise.