if (( "$x"="1" && "$y"="a" && "$z"="happy" )) then : else command command fi
if (( "$x"!="1" || "$y"!="a" || "$z"!="happy" )) then command command fi