Comparator Functions

Equal

Returns true if both elements at the two ends of the equal sign (=) have the same value. Returns false otherwise.

Not equal

Is the result of applying the logical function Not explained in the Logic Functions section to the Equal function explained in the previous subsection, so the Not Equal function returns true if the elements at the two ends have a different value.

Greater

Returns true only if the value of the element at the left of the Greater sign represents a neatly larger value than the element on its right.

Less

Returns true only if the value of the element at the left of the Greater sign represents a neatly smaller value than the element on its right.

Greater or equal

Returns true only if the value of the element at the left of the Greater sign represents a larger or equal value than the element on its right.

Less or equal

Returns true only if the value of the element at the left of the Greater sign represents a smaller or equal value than the element on its right.