Hello, I'm trying to do an if statement with two conditions and my code never evaluates the second condition or the one on the right. The condition on the left is true and the condition on the right is false so the code in the brackets should execute. What
am I doing wrong?
if
(!regexHelper.IsValidEmail(address) & !address.ToLower().Contains( Go to the complete details ...