[]
Determines whether the view contains a specified item.
public bool Contains(T item)
Type | Name | Description |
---|---|---|
T | item | The item to locate in the view. |
Type | Description |
---|---|
bool | true if the view contains the specified item; otherwise, false. |