[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListSelectedItemCollection.Contains

Contains Method

Contains(C1CheckListItem)

Determines whether an item is in the C1CheckListSelectedItemCollection.

Declaration
public bool Contains(C1CheckListItem item)
Public Function Contains(item As C1CheckListItem) As Boolean
Parameters
Type Name Description
C1CheckListItem item

The item to locate in the collection.

Returns
Type Description
bool

Contains(object)

Determines whether an item is in the C1CheckListSelectedItemCollection.

Declaration
public bool Contains(object value)
Public Function Contains(value As Object) As Boolean
Parameters
Type Name Description
object value

The item to locate in the collection.

Returns
Type Description
bool
Implements