Cuts manipulation in TChain/TTree

Is there any difference between

chain.Draw("var",cut1+cut2+cut3);

and

chain.Draw("var",cut1&&cut2&&cut3);

?

There is no difference.

Cheers,
Philippe.