I've been looking at some source code for an ASP.NET page and stumbled across
booLockAll=(booLockAll==false);
I've never seen a variable declared like this in any other language.
Is this unique for ASP.NET?
Is this just wrong?
Why would you not write it:
booLockAll==false