Hey Hello .net Experts, I have a question regarding the implicit casting of enum. If we are having same type of enums should we cast both before we are comparing these?
It is something like if there are two enums of type int then should we cast implicitly before we are comparing both for robust programming?
What are your thoughts? Please suggest.