Skip to main content

GreaterOrEquals

Vasyl MartyniukLess than 1 minute

The GreaterOrEquals condition type compares two values and returns true if the left expression is strictly greater or equals to the right expression.

{
  "Condition": {
    "GreaterOrEquals": {
      "${HTTP_POST.amount}": 50
    }
  }
}

FYI!

AAM performs the literal comparison outlined in the PHP Comparison Operatorsopen in new window section.