== 연산자는 OMString이 두 개의 오브젝트가 동일한지 여부를 판별하는 데 사용하는 비교 함수입니다.
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
지정한 문자와 비교할 문자열입니다.
이 메소드는 다음 값 중 하나를 리턴합니다.