String !=

설명

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

문법

myString1 != myString2

매개변수

  • myString1, myString2 - String 변수

반환값

  • 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