I am trying to test if the current page of my application is the CardsTabPage like this:
_page.CurrentPage is Japanese.CardsTabPage
However it always returns false even though when I use the debugger it seems like it should read true. Here's what I see when I hover over CurrentPage:
Does anyone have any idea what might be wrong and why this:
is not returning true?
I also tried this but it doesn't work: