메소드 | 설명 | |
---|---|---|
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.
|
|
ListViewColumnSorter ( ) : System |
Class constructor. Initializes various elements
|
public Compare ( object x, object y ) : int | ||
x | object | First object to be compared |
y | object | Second object to be compared |
리턴 | int |