ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CalendarExceptionCollection Class / Contains Method

In This Topic
    Contains Method (CalendarExceptionCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As CalendarException _
    ) As System.Boolean
    public System.bool Contains( 
       CalendarException item
    )

    Parameters

    item
    See Also