SyntaxFix
Write A Post
Hire A Developer
Questions
There is already a correct answer from Adam, but you have another option to refactor your code:
if (Age.GetValueOrDefault() == 0) { // it's null or 0 }