[]
        
(Showing Draft Content)

C1.C1Schedule.C1BindingSource.Contains

Contains Method

Contains(object)

Determines whether an object is an item in the list.

Declaration
public virtual bool Contains(object value)
Parameters
Type Name Description
object value

The object to locate.

Returns
Type Description
bool

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

Implements