ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / Contains Method
The object to check.

In This Topic
    Contains Method (ClientCollectionView)
    In This Topic
    Returns a value that indicates whether a given item belongs to this collection view.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal item As System.Object _
    ) As System.Boolean
    public System.bool Contains( 
       System.object item
    )

    Parameters

    item
    The object to check.

    Return Value

    true if the item belongs to this collection view; otherwise, false.
    See Also