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

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool Contains(
	Object item
)
Visual Basic
Public Function Contains ( _
	item As Object _
) As Boolean

Parameters

item
Type: System..::..Object
The object to check.

Return Value

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

Implements

IList..::..Contains(Object)
ICollectionView..::..Contains(Object)

See Also