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