Scheduler for UWP | ComponentOne
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 Object _
    ) As Boolean
    public virtual bool Contains( 
       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