Compares the given values.
delegate
|
CompareDelegate
|
with
|
<in
T>
|
||
(T a,
T b)
|
|||||
type
|
int32
|
||||
params
|
a
|
First value. | |||
b
|
Second value. | ||||
returns
|
if
a
is
less
than
b.
[=0] if a is equal to b. [>0] if a is greater than b. |