ActiveReports 12
Comparer Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSortState Class : Comparer Property
Gets the IEqualityComparer that is used to determine equality of keys for the dictionary.
Syntax
'Declaration
 
Public ReadOnly Property Comparer As IEqualityComparer(Of Integer)
public IEqualityComparer<int> Comparer {get;}

Property Value

The IEqualityComparer generic interface implementation that is used to determine equality of keys for the current Dictionary and to provide hash values for the keys.
See Also

Reference

InteractiveSortState Class
InteractiveSortState Members