Spring - 비교 연산자

박민수·2023년 11월 15일
0

Spring

목록 보기
42/46
post-thumbnail
  • ">" = (gt)
  • "<" = (lt)
  • ">=" = (ge)
  • "<=" = (le)
  • "!" = (not)
  • "==" = (eq)
  • "!=" = (neq, ne)
profile
안녕하세요 백엔드 개발자입니다.

0개의 댓글