[]
Searches for the specified item and returns the zero-based index.
public int IndexOf(C1CheckListItem item)
| Type | Name | Description |
|---|---|---|
| C1CheckListItem | item | The specified item. |
| Type | Description |
|---|---|
| int |
Searches for the specified item and returns the zero-based index.
public int IndexOf(object value)
| Type | Name | Description |
|---|---|---|
| object | value | The specified item. |
| Type | Description |
|---|---|
| int |