• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. T

    Apps Error when comparing to strings

    I have this code in my app Ver = "1.5.2" VersionsKoll = "1.5.2" if (VersionsKoll == Ver) { //Do something } This gets the result "false" When I debug I get this in the watchwindow: http://www.tellblom.se/android/strings.jpg Can someone explain this to me? /M