I had an idea to apply in loops and wanted to do a bool.toogle()
method where the variable is extended, the method would receive the opposite value. Something like this:
bool variavel = true;
variavel.toogle();
//variavel agora possui o valor false