Not Sorts After (']])
Tests whether the left operand does not sort after the right operand.
Details
You can produce a Not Sorts After operation by using the Not operator with Sorts After in either of the following equivalent formats:
operand A ']] operand B
'(operand A ]] operand B)
If operand A is identical to operand B or if operand B sorts after operand A, then ObjectScript returns a result of TRUE. If operand A sorts after operand B, ObjectScript returns a result of FALSE.