ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordDictionary Class / Comparer Property

In This Topic
    Comparer Property (WordDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Comparer As System.Collections.Generic.IEqualityComparer(Of TKey)
    public System.Collections.Generic.IEqualityComparer<TKey> Comparer {get;}
    See Also