Compara duas Strings, testando se uma vem antes da outra na tabela ASCII, ou se são iguais. As Strings são comparadas caractere por caractere, usando os valores ASCII dos caracteres. Isso significa, por exemplo, que 'a' vem antes 'b', em ordem alfabética, mas depois de 'A' e 'B' etc. Números vem antes das letras.
Sintaxe
minhaString.compareTo(minhaString2)
Parâmetros
minhaString: uma variável do tipo String
minhaString2: outra variável do tipo String
Retorna
um número negativo: se minhaString vem antes de minhaString2
0: se minhaString é igual a minhaString2
um número positivo: se minhaString vem depois de minhaString2
We care about the privacy and personal data of our users.
To continue, please give us your consent:
Please confirm that you have read the privacy policy
Thank you for subscribing!
Curious to learn more?
Are you also a teacher, student, or professional that loves using Arduino in your day-to-day activities?
Then keep up-to-date with either our STEM or Professional monthly newsletters.
Arduino weekly newsletter (already subscribed)
Educators can benefit from the ever growing tech that shapes our environment through fun cool projects.
Why not awe your boss with highly innovative ways to help keep your enterprise connected at no extra cost?
Arduino Survey
We'd like to get to know you little better.
Please help us improve by answering this super short optional survey.