bool delegate(T a, T b)
int delegate(T a, T b)
bool delegate(T obj)
TOutput delegate(TInput input)
void delegate(T obj)
| Value | Condition |
|---|---|
| Less than zero | a is less than b. |
| Zero | a equals b. |
| Greater than zero | a is greater than b. |
| Value | Condition |
|---|---|
| Less than zero | a is less than b. |
| Zero | a equals b. |
| Greater than zero | a is greater than b. |