ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ValueIntervalCollection Class / Contains Method
The ValueInterval to locate in the collection.

In This Topic
    Contains Method (ValueIntervalCollection)
    In This Topic
    Returns True if the collection contains the specific value interval, False otherwise.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal vi As ValueInterval _
    ) As Boolean
    public bool Contains( 
       ValueInterval vi
    )

    Parameters

    vi
    The ValueInterval to locate in the collection.
    See Also