RadControls for WinForms

Determines whether the IList contains a specific value.

Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
bool IList.Contains(
	Object value
)
Visual Basic
Private Function Contains ( _
	value As Object _
) As Boolean Implements IList.Contains

Parameters

value
Type: System..::..Object
The object to locate in the IList.

Return Value

true if the Object is found in the IList; otherwise, false.

Implements

IList..::..Contains(Object)

See Also