TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListSelectedItemCollection Class / Contains Method / Contains(Object) Method
The item to locate in the collection.

In This Topic
    Contains(Object) Method
    In This Topic
    Determines whether an item is in the C1CheckListSelectedItemCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public bool Contains( 
       object value
    )

    Parameters

    value
    The item to locate in the collection.
    See Also