Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CategoryCollection Class / Contains Method / Contains(Int32) Method
The zero-based index of the item to locate.

In This Topic
    Contains(Int32) Method
    In This Topic
    Check if collection contains an item with specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal index As Integer _
    ) As Boolean
    public bool Contains( 
       int index
    )

    Parameters

    index
    The zero-based index of the item to locate.

    Return Value

    True if the item is found in the collection; otherwise, false.
    See Also