Code Analysis ReferenceFixesCS0114On this pageCS0114PropertyValueTitle'function1' hides inherited member 'function2'. To make the current method override that implementation, add the override keyword. Otherwise add the new keyword.SeverityWarningCode FixesAdd 'new' modifierAdd 'override' modifierRemove member declarationSee AlsoOfficial Documentation