FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZonesCollection Class / Contains Method
The item to check.

In This Topic
    Contains Method (ChartAlarmZonesCollection)
    In This Topic
    Determines whether the collection contains a specific item.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As ChartAlarmZone _
    ) As Boolean
    public bool Contains( 
       ChartAlarmZone item
    )

    Parameters

    item
    The item to check.

    Return Value

    True if the collection contains specified item; false otherwise.
    See Also