[]
Determines whether an item is in the C1CheckListItemCollection.
public bool Contains(C1CheckListItem item)
Type | Name | Description |
---|---|---|
C1CheckListItem | item | The item to locate in the collection. |
Type | Description |
---|---|
bool |
Determines whether an item is in the C1CheckListItemCollection.
public bool Contains(object value)
Type | Name | Description |
---|---|---|
object | value | The item to locate in the collection. |
Type | Description |
---|---|
bool |