ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / IconSet Class / Comparer Property

In This Topic
    Comparer Property (IconSet)
    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