[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.Contains

Contains Method

Contains(object)

Returns a value that indicates whether a given item belongs to this collection view.

Declaration
public bool Contains(object item)
Parameters
Type Name Description
object item

The object to check.

Returns
Type Description
bool

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

Implements