ComponentOne DataGrid for WPF and Silverlight
Contains Method (BaseCollectionView)

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : Contains Method
The object to check.
Indicates whether the specified item belongs to this collection view.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal item As System.Object _
) As System.Boolean
public virtual System.bool Contains( 
   System.object item
)

Parameters

item
The object to check.

Return Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members