FilteredObservableCollection<T>::Contains Method (T)
Visual Studio 2015
Determines whether the collection contains the specified item.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- item
-
Type:
T
The item.
Implements
ICollection<T>::Contains(T)If the collection has a filter, this method queries the collection, otherwise it queries the underlying list.
Show: