I have a condition in a silverlight application that compares 2 strings, for some reason when I use == it returns false while .Equals() returns true. Here is the...
  • April 28, 2022
  • 0 Comments