Forgot your password?
typodupeerror

Comment Re:Learning A Language in an Afternoon (Score 1) 654

That seems incredibly silly. I likened C# to Java, but Java's references don't do anything like that, == works fundamentally the same as in every other sane language, it compares the memory locations of the two variables and returns a true or false for them.

If C# works the way you say you do, how do you check that two objects are really the same identical object?

Slashdot Top Deals

Always leave room to add an explanation if it doesn't work out.

Working...