What is == | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is ==

i dont know this ==

15th Apr 2017, 6:34 AM
Arsh Hasan
Arsh Hasan - avatar
1 Answer
+ 11
This one is used in boolean logic. It means "is equal to". example: 1==1 True 1==2 False And some of other boolean operators are != ("is not equal to"), > and < ("greater","smaller"), >= and <= ("greater or equal","smaller or equal")
15th Apr 2017, 6:47 AM
Tim Thuma
Tim Thuma - avatar