ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SuggestionList Class / Exists Method

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

    Parameters

    match
    See Also