Yes.
With RedirectToAction() your users will be redirected to the Index page (this is what they will see in the address bar of the browser). Simply returning the result of your index() method instead fills the current page ( LogOff ?) LogOff contents of another page.
In this case, maybe there is no difference, but if your action follows some logic, then you may have problems when users simply refresh the page.
source share