I've currently got a webserver set up which I communicate over SOAP with my iPhone app. I am returning a NSString
containing a GUID and when I attempt to compare this with another NSString
I get some strange results.
Why would this not fire? Surely the two strings are a match?
NSString *myString = @"hello world";
if (myString == @"hello world")
return;
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…