PresentationFrameworkCollection<T>.Contains Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the PresentationFrameworkCollection<T> contains a specific value.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- value
- Type: T
The object to locate in the PresentationFrameworkCollection<T>.
Return Value
Type: System.Booleantrue if the object is found in the PresentationFrameworkCollection<T>; otherwise, false.
Implements
ICollection<T>.Contains(T)
Show: