I have a condition in a silverlight application that compares 2 strings, for some reason when I use == it returns false while .Equals()>
==
.Equals()>
Adding one more point to the answer.
.EqualsTo() method gives you provision to compare against culture and case sensitive.
.EqualsTo()