Check if two websites are same

can you check if the strategy of detecting redirects will match your case?

EDIT:
Using target framework: Windows, VB.Net


grafik

myResponse = myHttpClient.GetAsync(myUrl)

From the result we can check the status code, comparing the location info:
grafik