Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / StatusCollection Class / Comparer Property

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