C# Class RevitLookup.Utils.ListViewColumnSorter

This class is an implementation of the 'IComparer' interface.
Inheritance: IComparer
Mostrar archivo Open project: jeremytammik/RevitLookup

Public Methods

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

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

ListViewColumnSorter ( ) : System.Collections

Method Details

Compare() public method

This method is inherited from the IComparer interface. 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

ListViewColumnSorter() public method

public ListViewColumnSorter ( ) : System.Collections
return System.Collections