String ==

Descrição

Verifica se duas Strings são iguais. A comparação é case-sensitive (letras maiúsculas e minúsculas são diferenciadas), o que significa que a String "hello" não é igual a String "HELLO". Possui a mesma funcionalidade que string.equals().

Sintaxe

minhaString1 == minhaString2

Parâmetros

  • minhaString1, minhaString2 - variáveis do tipo String

Retorna

true: se as Strings passadas como parâmetros são iguais

false: do contrário

※ Notas e Advertências:

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

Ver Também

(greater than or equal to

)](BASE_URL/pt/reference/arduino-string-greater-than-or-equal-to)

Exemplo : Tutoriais String (Em Inglês)

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.

※ OUR MESSAGES