Method Compare
Compare(object, object)
Return -, 0, or +, according to whether o1 occurs before, at, or after o2 (respectively)
protected virtual int Compare(object o1, object o2)
Parameters
Returns
Remarks
Compares items by their resp. index in the IList.