compare int with enum
Hi,
A c# book showed a piece of code in which the guy compared int and enum without casting. I don't believe this is correct, at least not with 3.5, my question is whether this was allowed in earlier versions. Or maybe I simply miss something...
Thanks,
Peter
|