[]
Determines whether the collection contains a specific value.
public bool Contains(T value)
Public Function Contains(value As T) As Boolean
| Type | Name | Description |
|---|---|---|
| T | value | Value to look for. |
| Type | Description |
|---|---|
| bool | True if the collection contains the value. |