Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


14 Expressions
14.10 Logical operators
Paragraph 11 The &, ^, and | operators are called the logical operators. and-expression : equality-expression and-expression & equality-expression exclusive-or-expression : and-expression exclusive-or-expression ^ and-expression inclusive-or-expression : exclusive-or-expression inclusive-or-expression | exclusive-or-expression
Paragraph 21 For an operation of the form x op y, where op is one of the logical operators, overload resolution (§14.2.4) is applied to select a specific operator implementation. 2 The operands are converted to the parameter types of the selected operator, and the type of the result is the return type of the operator.
Paragraph 31 The predefined logical operators are described in the following sections. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

