[]
Determines whether an item is in the C1CheckListItemCollection.
public bool Contains(C1CheckListItem item)
Public Function Contains(item As C1CheckListItem) As Boolean
| 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)
Public Function Contains(value As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | value | The item to locate in the collection. |
| Type | Description |
|---|---|
| bool |