Skip to main content

LessOrEquals

Vasyl MartyniukLess than 1 minute

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

{
  "Condition": {
    "LessOrEquals": {
      "${USER.ID}": 21
    }
  }
}

FYI!

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