You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c1.OwnedNav1.OwnedNav2 == c2.OwnedNav1.OwnedNav2 should be equivalent to c1.Id == c2.Id. This would requiring tracking the entire navigation chain, not just the last navigation.
The text was updated successfully, but these errors were encountered:
As @smitpatel wrote in #15920 (comment):
c1.OwnedNav1.OwnedNav2 == c2.OwnedNav1.OwnedNav2
should be equivalent toc1.Id == c2.Id
. This would requiring tracking the entire navigation chain, not just the last navigation.The text was updated successfully, but these errors were encountered: