When == isn’t equal

Earlier this month I did a post about common mistakes made by developers new to JavaScript but there’s a point I forgot to cover which I see a lot of. Nearly every language has a different way in which it handles equality. SQL has a single equal sign a…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

Earlier this month I did a post about common mistakes made by developers new to JavaScript but there's a point I forgot to cover which I see a lot of. Nearly every language has a different way in which it handles equality. SQL has a single equal sign ala: SELECT [COLUMN1] FROM [Table] WHERE [COLUMN2] = 'some value' Or you have compiled languages like C# which use ==: if(someValue == someOtherValue){ } Or for some wierd reason LINQ uses the keyword equal when it does join operations.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2008-10-25T00:00:00+00:00) When == isn’t equal. Retrieved from https://www.scien.cx/2008/10/25/when-isnt-equal/

MLA
" » When == isn’t equal." Posts on LINQ to Fail | Sciencx - Saturday October 25, 2008, https://www.scien.cx/2008/10/25/when-isnt-equal/
HARVARD
Posts on LINQ to Fail | Sciencx Saturday October 25, 2008 » When == isn’t equal., viewed ,<https://www.scien.cx/2008/10/25/when-isnt-equal/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » When == isn’t equal. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2008/10/25/when-isnt-equal/
CHICAGO
" » When == isn’t equal." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2008/10/25/when-isnt-equal/
IEEE
" » When == isn’t equal." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2008/10/25/when-isnt-equal/. [Accessed: ]
rf:citation
» When == isn’t equal | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2008/10/25/when-isnt-equal/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.