[]
Determines whether the collection contains a specific item.
public bool Contains(T item)
Public Function Contains(item As T) As Boolean
| Type | Name | Description |
|---|---|---|
| T | item | The item to check. |
| Type | Description |
|---|---|
| bool | True if the collection contains specified item; false otherwise. |