Returns a value that indicates whether a given item belongs to this collection view.
Namespace:
C1.Data.DataSourceAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.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.