You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determines if two values are equivalent. The equality operator is different from the assignment operator.<br />
<br />
Note that when comparing String objects, you must use the <b>equals()</b> method instead of == to compare their contents. See the reference for String or the <a href="http://wiki.processing.org/w/Troubleshooting#Why_don.27t_these_Strings_equal.3F">troubleshooting</a> note for more explanation.