Click or drag to resize
Wizard .NET Library

EventedListTContains Method

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public bool Contains(
	T item
)
Request Example View Source

Parameters

item
Type: T
The object to locate in the EventedListT.

Return Value

Type: Boolean
true if item is found in the EventedListT; otherwise, false.
See Also