public compare(left as T, right as T) as Int
Compares two source rows using this ordering key.
| Parameter | Description |
|---|---|
left | Left source row. |
right | Right source row. |
Negative, zero or positive according to the configured order.
result = order.compare(first, second)