ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / CodeRanges Class / Exists Method

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

    Parameters

    match
    See Also