CollectionView.Contains Method
.NET Framework 3.5
Returns a value that indicates whether the specified item belongs to the view.
Assembly: PresentationFramework (in PresentationFramework.dll)
You cannot use methods in XAML.
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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.