I need to know wether navigation at start(did commit navigation) and end(ie. did finish navigation) are same or not during WkWebview's loading process.
I tried to compare WKNavigation object which the documentation states
...uniquely identify a webpage load from start to finish
I either used "==" or "===" to compare two objects but never able to get match.
Is it even possible to compare WKNavigation object and if so how could I do it?