c# - Miscellaneous Performance -
Is it easy to make any comparison of Net or an artist in C #? For example:
bool? Flag = null; ... if (flag == true) ... or if ((bool) flag) ...
Besides, what is the price of an artist (in memory)?
If the memory service serves the compiler, then do you bool?
If you want to use it in the statement bool
you may prefer the blank injected operator:
// If the flag == then the false return , Otherwise return the value of the flag if (flag false)
Comments
Post a Comment