String ==

설명

두 스트링이 같은지 비교한다. 결과는 대소문자 구별하며, 이는 "hello"는 "HELLO"와 같지 않다는 것을 뜻한다. 기능적으로 string.equals()와 같다.

문법

myString1 == myString2

매개변수

  • myString1, myString2 - String 변수

반환값

  • 스트링의 n 번째 문자. charAt() 과 같다.
  • myString1myString2 와 같으면 true를, 아니라면 false를 반환합니다

※ 주의 및 경고:

If the string is modified, it is highly recommended using String.reserve() to prevent the memory fragmentation issue

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Disclosure: Some links in this section are Amazon affiliate links. If you make a purchase through these links, we may earn a commission at no extra cost to you.
Additionally, some links direct to products from our own brand, DIYables.

※ OUR MESSAGES