Is the following piece of code supposed to work?
bool b1 = true;
bool b2 = 1 < 2;
if (b1 == b2)
{
// do something
}
I suspect that not all 'trues' are equal.
Yes. All trues are equal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With