For comparison boolean functions
A comparison boolean function returns:
true
a < b
false
a = b
a > b
Since 1.6.0
For comparison boolean functions
A comparison boolean function returns:
truewhenevera < bfalseotherwise (ie.a = bora > b)