Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use this instead:

Code Block
bgColor#CCCCFF

Boolean b1 = true;
Boolean b2 = true;
if(b1 == b2) { // always equal
  // ...
}

...