DependencyObjectCollection<T>.IList.Contains Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the specified object is in the collection.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- value
- Type: System.Object
The object to check for in the collection.
Implements
IList.Contains(Object)This member is an explicit interface member implementation. It can be used only when the DependencyObjectCollection<T> instance is cast to an IList interface.
Show: