[]
Check if collection contains an item with specified index.
public bool Contains(int index)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the item to locate. |
| Type | Description |
|---|---|
| bool | True if the item is found in the collection; otherwise, false. |