[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.View-1.Contains

Contains Method

Contains(T)

Determines whether the view contains a specified item.

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

The item to locate in the view.

Returns
Type Description
bool

true if the view contains the specified item; otherwise, false.

Implements