Hi all, I'm running into a weird issue when I comp...
# announcements
h
Hi all, I'm running into a weird issue when I compare 2 strings. For some reason when I do: if(object.string != "string") { code }, code get's run sometimes even when "string" matches object.string. I've put break points and observed "code" being run even when "string" IS EQUAL to object.string