We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7cc0f3 + 0d99a85 commit 2e10737Copy full SHA for 2e10737
Language/Variables/Data Types/String/Operators/comparison.adoc
@@ -1,14 +1,10 @@
1
----
+---
2
title: "=="
3
title_expanded: comparison
4
categories: [ "Data Types" ]
5
subCategories: [ "StringObject Operator" ]
6
---
7
8
-
9
10
11
12
= == Comparison
13
14
@@ -37,7 +33,6 @@ string1 == string2
37
33
38
34
[float]
39
35
=== Returns
40
-The nth char of the string. Same as charAt().
41
36
`true`: if string1 equals string2
42
43
`false`: otherwise
@@ -60,4 +55,4 @@ The nth char of the string. Same as charAt().
60
55
[role="example"]
61
56
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
62
57
--
63
-// SEE ALSO SECTION ENDS
58
+// SEE ALSO SECTION ENDS
0 commit comments