String !=

Descrição

Verifica se duas Strings são diferentes. A comparação é case-sensitive (letras maiúsculas e minúsculas são diferenciadas), o que significa que a String "hello" é diferente da String "HELLO". Possui funcionalidade semelhante a função string.equals(), porém de maneira inversa.

Sintaxe

minhaString1 != minhaString2

Parâmetros

  • minhaString1, minhaString2 - variáveis do tipo String

Retorna

true: se a as duas Strings são diferentes (case-sensitive)

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