Table of Contents

Method Compare

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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

o1 object

first object

o2 object

second object

Returns

int

Remarks

Compares items by their resp. index in the IList.