What is the difference between bool and Boolean types in C#?
bool
Boolean
bool is an alias for System.Boolean just as int is an alias for System.Int32. See a full list of aliases here: Built-In Types Table (C# Reference).
System.Boolean
int
System.Int32
1.4m articles
1.4m replys
5 comments
57.0k users