Function group compare

Compatison functions Function group has those functions and groups:

  • Function = - Compare two value and return true if both are equals.
  • Function != - Compare two value and return true if both are not equals.
  • Function < - Compare two value and return true if the first is smaller than the second.
  • Function <= - Compare two value and return true if the first is smaller or eqauls than the second.
  • Function >= - Compare two value and return true if the first is greater or eqauls than the second.
  • Function > - Compare two value and return true if the first is greater than the second.

Use additional help with a function name to see more details about the function.