Returns a value that indicates whether the specified item belongs to this view.
Syntax
'Declaration
Public Overridable Function Contains( _
ByVal As Object _
) As Boolean
public virtual bool Contains(
object
)
Parameters
- item
- The object to check.
Return Value
True if the specified item belongs to this collection view; otherwise, false.
See Also