Wilson Member Sep 1, 2020 #2 || Boolean logical operators - the boolean and, or, not, and xor operators - C# reference C# logical operators perform logical negation (`!`), conjunction (AND - `&`, `&&`), and inclusive and exclusive disjunction (OR - `|`, `||`, `^`) operations with Boolean operands. docs.microsoft.com
|| Boolean logical operators - the boolean and, or, not, and xor operators - C# reference C# logical operators perform logical negation (`!`), conjunction (AND - `&`, `&&`), and inclusive and exclusive disjunction (OR - `|`, `||`, `^`) operations with Boolean operands. docs.microsoft.com