== Operator and operands

Posted by rahul on Stack Overflow See other posts from Stack Overflow or by rahul
Published on 2009-03-24T13:00:30Z Indexed on 2010/05/29 21:02 UTC
Read the original article Hit count: 269

Filed under:
|

I want to check whether a value is equal to 1. Is there any difference in the following lines of code

Evaluated value == 1

1 == evaluated value

in terms of the compiler execution

© Stack Overflow or respective owner

Related posts about operators

Related posts about equality