- 1
I don't understand boolean of the two equal marks
==
2 Respostas
+ 3
Single equals too will set value and double equals too will compare values and returns a boolean value 
For example  : 
2 == 2 
True because both are same value
3 == 6 
false because  both are different
+ 2
What you didn't understand?
2 == 2
 Is it true?



