Re: Comparison WTF's
Re: Comparison WTF's
- Subject: Re: Comparison WTF's
- From: "Charles Nicholson" <email@hidden>
- Date: Mon, 27 Oct 2008 10:39:22 -0700
On Mon, Oct 27, 2008 at 10:12 AM, Waldo Lee Sharvey
<email@hidden> wrote:
NSString *stringOne = @"0";
NSString *stringTwo = @"0";
BOOL stringsEqual = [stringOne isEqualToString: stringTwo];
The value for stringsEqual repeatedly returned NO.
Have you looked at the generated code to see what's happening under the hood?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden