I understand this is a subjective question, so I apologize if it needs to be closed, but I feel like it comes up often enough for me to wonder if there is a general preferen
I would never use if(value == true), so just for consistency I would also not use if(value != false).
if(value == true)
if(value != false)