ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / Contains Method
The object to locate in the System.Collections.IList.

In This Topic
    Contains Method
    In This Topic
    Determines whether the System.Collections.IList contains a specific value.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As System.Object _
    ) As System.Boolean
    public System.bool Contains( 
       System.object value
    )

    Parameters

    value
    The object to locate in the System.Collections.IList.

    Return Value

    true if the System.Object is found in the System.Collections.IList; otherwise, false.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also