ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / CustomFilterOperatorCollection Class / Exists Method

In This Topic
    Exists Method (CustomFilterOperatorCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Exists( _
       ByVal match As System.Predicate(Of CustomFilterOperator) _
    ) As System.Boolean
    public System.bool Exists( 
       System.Predicate<CustomFilterOperator> match
    )

    Parameters

    match
    See Also