What exactly does == mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What exactly does == mean?

29th Jun 2016, 6:20 AM
Bader871
Bader871 - avatar
3 Answers
+ 1
double equals means that you compare the values and return a true or false. a single equals means you assign that variable to a value
6th Jul 2016, 11:21 PM
Tayte
0
== looks for an exact match between the values on either side
30th Jun 2016, 10:56 AM
Phil
Phil - avatar
0
comparison with a condition of "is equal to"
4th Jul 2016, 8:06 AM
Miko Unite
Miko Unite - avatar