[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRowCollection.Contains

Contains Method

Contains(ViewRow)

Determines whether the ViewRowCollection contains a specific view row.

Declaration
public bool Contains(ViewRow row)
Parameters
Type Name Description
ViewRow row

The view row to locate in the collection.

Returns
Type Description
bool

true if the view row is found in the collection; otherwise, false.

Implements