Traditionally I use:
if (web.CurrentUser.Name == "System Account")
Is there a possibility the System Account Name could be something other then "System Account". Is there a more reliable way to check if CurrentUser is the System Account?
This is using SharePoint 2010.