It seems that these two operators are pretty much the same - is there a difference? When should I use = and when ==?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You must use
You may use either for string comparisons in
"String comparisons?", you say?
|
|||
|
|
|
There's a subtle difference with regards to POSIX. Excerpt from the Bash reference:
|
|||||||||
|
|
I've never run into problems using = for comparisons, but then again I use -eq, -ne, -lt, -le, -gt, and -ge for numeric comparisons. |
|||
|
|