C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / Contains Method
The System.Object to locate.

In This Topic
Contains Method (C1BindingSource)
In This Topic
Determines whether an object is an item in the list.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal value As System.Object _
) As System.Boolean
 

Parameters

value
The System.Object to locate.

Return Value

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