C# Class CSKernelClient.cListViewColumnSorter

This class is an implementation of the 'IComparer' interface.
Inheritance: IComparer
Mostra file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
Compare ( object x, object y ) : int

This method is inherited from the IComparer interface. It compares the two objects passed using a case insensitive comparison.

cListViewColumnSorter ( ) : System.Collections

Class constructor. Initializes various elements

Method Details

Compare() public method

This method is inherited from the IComparer interface. It compares the two objects passed using a case insensitive comparison.
public Compare ( object x, object y ) : int
x object First object to be compared
y object Second object to be compared
return int

cListViewColumnSorter() public method

Class constructor. Initializes various elements
public cListViewColumnSorter ( ) : System.Collections
return System.Collections