String ==
설명
두 스트링이 같은지 비교한다. 결과는 대소문자 구별하며, 이는 "hello"는 "HELLO"와 같지 않다는 것을 뜻한다. 기능적으로 string.equals()와 같다.
문법
myString1 == myString2
매개변수
- myString1, myString2 - String 변수
반환값
- 스트링의 n 번째 문자. charAt() 과 같다.
- myString1 이 myString2 와 같으면 true를, 아니라면 false를 반환합니다
※ 주의 및 경고:
If the string is modified, it is highly recommended using String.reserve() to prevent the memory fragmentation issue
더보기
- 언어 : Arduino - String
- 언어 : String += (덧붙이기)
- 언어 : String != (다름)
- 언어 : String > (더 큰)
- 언어 : String >= (더 크거나 같은)
- 언어 : String < (less than)
- 언어 : String ≤ (작거나 같은)
- 튜토리얼 : Built-in String Tutorials
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.