If you have a boolean variable:
boolean myBool = true;
if (myBool == true) myBool = false; else myBool = true;