If statement with two conditions

if(description_1 = “HELLO” && date_1 = 1981){
do Crap()
}else{
your crap
}

does any one know the correct syntax/method for this type of statement?

if( A=a & B=b) we are in business

cheers