klyn.data.internal.QueryOrderBase.compare
method
public compare(left as T, right as T) as Int
Description

Compares two source rows using this ordering key.

Parameters
ParameterDescription
leftLeft source row.
rightRight source row.
Returns

Negative, zero or positive according to the configured order.

Example
result = order.compare(first, second)