Returns true if both elements at the two ends of the equal sign (=) have the
same value. Returns false otherwise.
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.
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.
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.
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.
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.