What's the difference between
if( true == getBooleanValue() )
and
if( getBooleanValue() == true )
where getBooleanValue() returns true or false ?
Aucun commentaire:
Enregistrer un commentaire