Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 173 Bytes

introduction.md

File metadata and controls

3 lines (2 loc) · 173 Bytes

Booleans in C# are represented by the bool type, which values can be either true or false.

C# supports three boolean operators: ! (NOT), && (AND), and || (OR).