mardi 28 juin 2016

Order in if-clause

What's the difference between

if( true == getBooleanValue() )

and

if( getBooleanValue() == true )

where getBooleanValue() returns true or false ?

Aucun commentaire:

Enregistrer un commentaire