[]
Returns a value that indicates whether the specified value is in this view.
public bool Contains(object value)
Public Function Contains(value As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | value | The value to check. |
| Type | Description |
|---|---|
| bool | True if item is in the view; otherwise, False. |