Determines whether the ItemCollection contains a specific value.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
public bool Contains(
	Object item
)
Visual Basic (Declaration)
Public Function Contains ( _
	item As Object _
) As Boolean

Parameters

item
Type: System..::.Object
The object to locate in the ItemCollection

Return Value

True if item is found in the ItemCollection; otherwise, false.

Implements

IList..::.Contains(Object)

See Also