Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Operators, Expressions and Statements Duration - 07
Apr 04, 2012 at 9:06 PMThis series is awesome. I've already watched several tutorials by different authors, covering the same content... but these videos are much more descriptive and easier to understand.
Offhand, I have a question relating to the past few videos...
Is it possible to check and see if a user input is equal to /any/ variable in a class or method? I imagine I could type the variables out one by one, but it would be much easier to just check the input against all previously defined variables within a class or method.
If (userInput == Program.Variables.(anyvariabledefined)) or something like that.