Description: Checks if the first value is greater than or equal to the second.
Example #
let isGreaterOrEqual = 5 >= 5 // isGreaterOrEqual = true
Checks if the first value is greater than or equal to the second.
Description: Checks if the first value is greater than or equal to the second.
let isGreaterOrEqual = 5 >= 5 // isGreaterOrEqual = true