This operator returns true, if both op1 and op2 are true. If either op1 or op2 is false, the return value is false.
op1 && op2
true && true