Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 173 Bytes

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).