ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ValidationRuleCollection Class / Contains Method
The object to locate in the ValidationRuleCollection.

In This Topic
    Contains Method (ValidationRuleCollection)
    In This Topic
    Determines whether the ValidationRuleCollection contains a specific value.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As ValidationRule _
    ) As Boolean
    public bool Contains( 
       ValidationRule item
    )

    Parameters

    item
    The object to locate in the ValidationRuleCollection.

    Return Value

    true if item is found in the ValidationRuleCollection; otherwise, false.
    See Also