Represents the method that compares two objects of the same type.
[
Edit]
| public delegate int Comparison<T> (T x, T y) |
|
Type Parameters
- T
- Documentation for this section has not yet been entered.
[Edit]
Parameters
- x
- The first object to compare.
[Edit]
- y
- The second object to compare.
[Edit]
Value
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.
| Value | Condition |
|---|
| Less than zero | x is less than y. |
| Zero
| x equals y. |
| Greater than zero | x is greater than y. |
Documentation for this section has not yet been entered.
[Edit]
[Edit]
[Edit]
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0