WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.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
    public bool Contains( 
       object value
    )

    Parameters

    value
    The value to check.

    Return Value

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