Data for Silverlight
Contains Method (DataView)

C1.Silverlight.Data Namespace > DataView Class : Contains Method
The object to check.
Returns a value that indicates whether the specified item belongs to this view.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal item As Object _
) As Boolean
public virtual bool Contains( 
   object item
)

Parameters

item
The object to check.

Return Value

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

Reference

DataView Class
DataView Members