Should be a simple question for the C# experts here.
I basically want to check if one value or another is TRUE, a wild stab at the code is below:
if
Sounds like you're looking for the logical OR.
if(condition1 || condition2) { }