CollectionView::Contains Method (Object^)
.NET Framework (current version)
Returns a value that indicates whether the specified item belongs to the view.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- item
-
Type:
System::Object^
The object to check.
Implements
ICollectionView::Contains(Object^)This method does not make any assumptions about whether the item belongs to the underlying collection. If the caller knows that the item belongs to the underlying collection, it is more efficient to call the PassesFilter method.
.NET Framework
Available since 3.0
Available since 3.0
Show: