Contains Method

DependencyObjectCollection<T>.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.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

public bool Contains(
	T item
)

Parameters

item
Type: T
The object to check for in the collection.

Return Value

Type: System.Boolean
true if the object is in the collection; otherwise, false.

Implements

ICollection<T>.Contains(T)

ExceptionCondition
ArgumentException

item is not a DependencyObject.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft