Hi everyone. I'm new to C# (or any programming language for that matter) and am trying to figure something out. I'll give the following example.



int SomeValue = 24;

if (SomeValue == 24)...