Greater Than Or Equal To - GE

PPCL relational operator that compares two values to determine if the first value (value1) is greater than or equal to the second value (value2). The comparison between the two values is true if value1 is greater than or equal to value2.