S
simon
Hi all,
I found some code use the if(somefuction == bool) to test
the return bool value. What is the reason to do it
instead just if(somefunction)?
Thank you
Simon
I found some code use the if(somefuction == bool) to test
the return bool value. What is the reason to do it
instead just if(somefunction)?
Thank you
Simon