[]
Determines whether the ICollection<T> contains a specific value.
public bool Contains(int item)
Public Function Contains(item As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | item | The object to locate in the ICollection<T>. |
| Type | Description |
|---|---|
| bool | true if |