- T
- Documentation for this section has not yet been entered.
- x
- The first object to compare.
- y
- The second object to compare.
A int containing a value that reflects the sort order of the objects.
Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y. A int containing a value that reflects the sort order of the objects.
Documentation for this section has not yet been entered.
Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
This delegate is used by the Array.Sort``1(``0[], Comparison<``0>) method overload of the Array class and the List`1.Sort(Comparison<`0>) method overload of the List`1 class to sort the elements of an array or list.