Comparison Operators : 비교 연산자
Operator Description =, EQ Equal: True, if the content of operand1 matches the content of operand2. , NE Not Equal: True, if the content of operand1 does not match the content of operand2. , GT Greater Than: True, if the content of operand1 is greater than the content of operand2. =, GE Greater Equal: True, if the content of operand1 is greater than or equal to the content of operand2.