]> source.dussan.org Git - sonarqube.git/blob
6d4a6c8ca9b84abab9d7cb7be550353c9307dde7
[sonarqube.git] /
1 This method compares two Boolean values using the == or != operator. Normally, there are only two Boolean values (Boolean.TRUE and Boolean.FALSE), but it is possible to create other Boolean objects using the new Boolean(b) constructor. It is best to avoid such objects, but if they do exist, then checking Boolean objects for equality using == or != will give results than are different than you would get using .equals(...)