bool or Boolean?

  • Thread starter Thread starter soosan
  • Start date Start date
S

soosan

hi
what is the difference between bool and Boolean in c#. when i declare a
variable using either it works! what is the difference?
 
soosan said:
hi
what is the difference between bool and Boolean in c#. when i declare a
variable using either it works! what is the difference?


There isn't one. bool is a c# alias for System.Boolean.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top