[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItemCollection.Contains

Contains Method

Contains(C1CheckListItem)

Determines whether an item is in the C1CheckListItemCollection.

Declaration
public bool Contains(C1CheckListItem item)
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 C1CheckListItemCollection.

Declaration
public bool Contains(object value)
Parameters
Type Name Description
object value

The item to locate in the collection.

Returns
Type Description
bool
Implements