Do not compare boolean value to exact value of TRUE
To continue from #44130 that handles the problem to the extend it's within asserts(). This ticket is about to fixing all the remaining cases where there's a comparison like "== TRUE" / "!= TRUE".
To continue from #44130 that handles the problem to the extend it's within asserts(). This ticket is about to fixing all the remaining cases where there's a comparison like "== TRUE" / "!= TRUE".