Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / ac Class / Exists Method

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

    Parameters

    match
    See Also