Hey all, looking to reduce the code on my c# if statements as there are several repeating factors and was wondering if a trimmer solution is possible.
I currently have 2
You could also do this if you think it's more clear:
if (columnname != a && columnname != b && columnname != c { if (checkbox.checked || columnname != A2) { "statement 1" } }