The conditional logical operators && and || don't support bool? operands.
It looks like you can only use bitwise & and | on bool? But why?
The conditional logical operators && and || don't support bool? operands.
It looks like you can only use bitwise & and | on bool? But why?