>= 연산자는 첫 번째 오브젝트가 두 번째 오브젝트보다 크거나 같은지 여부를 판별합니다.
Public
int operator>=(const OMString& s2) const int operator>=(const char * c2) const inline int operator>=(const char * c1, const OMString& s2)
s2
현재 문자열과 비교할 문자열입니다.
c2
현재 문자와 비교할 문자입니다.
c1
지정한 문자열과 비교할 문자입니다.
s2
지정한 문자와 비교할 문자열입니다.
이 메소드는 다음 값 중 하나를 리턴합니다.