I have a condition in a silverlight application that compares 2 strings, for some reason when I use == it returns false while .Equals()>
==
.Equals()>
As far as I understand it the answer is simple:
.Equals
String
I hope I'm correct and that it answered your question.