ComponentOne DataFilter for WPF
C1.DataFilter Namespace / ChecklistItemsCollection Class / Contains Method / Contains(Object) Method
The value to check.

In This Topic
    Contains(Object) Method
    In This Topic
    Returns a value that indicates whether the specified value is in this view.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public bool Contains( 
       object value
    )

    Parameters

    value
    The value to check.

    Return Value

    True if item is in the view; otherwise, False.
    See Also