[]
Determines whether the C1CollectionView contains a specific value.
public bool Contains(object item)
Type | Name | Description |
---|---|---|
object | item | The object to locate in the C1CollectionView. |
Type | Description |
---|---|
bool | True if item is found in the C1CollectionView, otherwise false. |