Checks if value 1 is greater than or equal to value 2.
pyGEquals(arg1, arg2)
Value to compared.
Value to be compared with.
Checks if the first argument is greater than or equal to the second argument and returns the result; equivalent to arg1 >= arg2. Arguments can be of type int, double, string, bool or python variable.