Bool Not Displaying Value Correctly in Debug?

Im having trouble understanding why this is happening. I have a bool variable that displays as false in the debugger when i mouse over it. When it is converted to a string it shows up as true and the if statement evaluates to true despite the value displaying as false the entire time.