equalOrGreater

Description

The equal to or greater than comparison operator. It checks whether the first value is greater than or equal to the second value. The result will return boolean values, true or false.

Input / Parameter

Output

Callback

N/A

Video

Coming Soon.

Example

The user wants to check if value 1 is equal or greater than value 2.

Step

  1. value1 : 15 value2 : 13

Result

true

Last updated