Contains Method (C1CollectionView)
In This Topic
Gets a value indicating whether the specified item belongs to the view. This method returns false if item belongs to the underlying collection but filtered out by the view due to specified
Filter.
Syntax
Parameters
- item
- The item to search for.
Return Value
true is item is exposed by the view; otherwise, false.
See Also