ComponentOne Basic Library for UWP
Contains Method (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : Contains Method
The item to search for.
Gets a value indicating whether the specified item belongs to the view. This method returns false if item belongs to the underlying collection but filtered out by the view due to specified Filter.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As System.Object _
) As System.Boolean
public System.bool Contains( 
   System.object item
)

Parameters

item
The item to search for.

Return Value

true is item is exposed by the view; otherwise, false.
See Also

Reference

C1CollectionView Class
C1CollectionView Members