Hi,

icomparer confuses me!

I have a class, very simple put:
Code:
public class myClass{
int[] ints1;
int[] ints2;
}
Now I have an array of myClass[] and would like to sort the array on ints[2].

Is that possible?

Thanks!