[]
        
(Showing Draft Content)

C1.UWP.DataCollection.C1CollectionView.Contains

Contains Method

Contains(object)

Determines whether the C1CollectionView contains a specific value.

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

The object to locate in the C1CollectionView.

Returns
Type Description
bool

True if item is found in the C1CollectionView, otherwise false.