Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / aj Class / Exists Method

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

    Parameters

    match
    See Also