0

https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/boolean-logical-operators#nullable-boolean-logical-operators It says

The conditional logical operators && and || don't support bool? operands.

It looks like you can only use bitwise & and | on bool? But why?

0 Answers0