ComponentOne Scheduler for WinForms
Contains Method (C1BindingSource)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > C1BindingSource Class : Contains Method
The System.Object to locate.
Determines whether an object is an item in the list.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal value As System.Object _
) As System.Boolean
public virtual System.bool Contains( 
   System.object value
)

Parameters

value
The System.Object to locate.

Return Value

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

Reference

C1BindingSource Class
C1BindingSource Members