Determines whether an object is an item in the list.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual bool Contains(
	Object value
)
Visual Basic
Public Overridable Function Contains ( _
	value As Object _
) As Boolean

Parameters

value
Type: System..::..Object
The Object to locate.

Return Value

True if the Object is found in the list; otherwise, false.

Implements

IList..::..Contains(Object)

See Also