[]
Checks whether the object is in the collection.
public bool Contains(object value)
Public Function Contains(value As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | value | An object to be checked. |
| Type | Description |
|---|---|
| bool | true if the object is in the collection; otherwise, false. |