Doubt in the code

if(smallersorted && a[0]<a[1])
what does this mean

Is it like if both are true than it will do the task , otherwise it will do the else task ?

What will happen if both are false ??