Intersoft ClientUI Documentation
Contains Method (PagedCollectionView)



The object to check.
Returns a value that indicates whether the specified item belongs to this collection view.
Syntax
Public Function Contains( _
   ByVal item As Object _
) As Boolean
Dim instance As PagedCollectionView
Dim item As Object
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   object item
)
public:
bool Contains( 
   Object^ item
) 

Parameters

item
The object to check.

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback