Determines whether the ViewRowCollection contains a specific view row.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public bool Contains(
	ViewRow row
)
Visual Basic
Public Function Contains ( _
	row As ViewRow _
) As Boolean

Parameters

row
Type: C1.LiveLinq.LiveViews..::..ViewRow
The view row to locate in the collection.

Return Value

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

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

See Also