C# || Operator - AmieDD

amiedd
4,203 views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

C# || Operator Reference

C# code - No need to download anything, this code works in your browser

AmieDD www.amiedd.com Code, Cosplay, and Games

About C# || Operators

The conditional logical OR operator || calculates the logical OR of its bool operands. The result of x || y is true if either x or y evaluates to true. If not the result is false. If the first operand evaluates to true, the second operand is not evaluated and the result of operation is true.

Open Source Your Knowledge: become a Contributor and help others learn. Create New Content