ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / Contains Method
The object to check.

In This Topic
    Contains Method (BaseCollectionView)
    In This Topic
    Indicates whether the specified item belongs to this collection view.
    Syntax
    'Declaration
     
    
    Public Overridable Function Contains( _
       ByVal item As Object _
    ) As Boolean
    public virtual bool Contains( 
       object item
    )

    Parameters

    item
    The object to check.

    Return Value

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