This should be a basic question and I have looked at the documentation trying to find a clear answer, but here's my question just to be 100% sure:
For example, let's say you are in a MasterDetailPage or using a page in which you can call PopAsync() (meaning you have a navigation stack of some kind), then you decide to call App.Current.MainPage = new MainPage()
Will Xamarin automatically clear up all the resources that the MasterDetailpage was using?