[]
Returns a value that indicates whether a given item belongs to this collection view.
public bool Contains(object item)
Type | Name | Description |
---|---|---|
object | item | The object to check. |
Type | Description |
---|---|
bool | true if the item belongs to this collection view; otherwise, false. |