In WinRT app I have 2 different images but with the same source:
<Image Name="image1" Source="mySource.png"/>
<Image Name="image2" Source="mySource.png"/>
When I compare image1.Source with image2.Source it returns false . How to compare Sources so as to get true if they show the same picture?