The C# difference between “true” and “not false”
thebillwagner.com
The C# difference between “true” and “not false”
1–2 of 2 posts
Re: The C# difference between “true” and “not false”
#2I'm not sure I'm convinced by the use case for something that's neither true nor false when you have nullable bool, but I suppose that happened after 1.0. In any case, neat.