Re: Comparing NSDictionary woes
Re: Comparing NSDictionary woes
- Subject: Re: Comparing NSDictionary woes
- From: Ken Tozier <email@hidden>
- Date: Sun, 22 Jul 2007 19:46:14 -0400
On Jul 22, 2007, at 6:12 PM, mmalc crawford wrote:
Do they? Have you tested?
If they are identical in the printout, wouldn't that mean they are
equal? If by tested, you mean have I used isEqualToDictionary" then
yes. That was the first thing I tried. Is that what you meant?
The "description compare" was an attempt to compare two dictionaries
whose values I know for a fact are identical (at least when printed
to the run log)
I was able to come up with a workaround by serializing one dictionary
into an associative PHP array, sending it off to a server script
which compares the serialized dictionary with another associative
array built from values in a database. This is just as good for my
purposes as that's basically what I was doing on the Cocoa end,
periodically comparing a dict stored in an object with the values
stored in a database.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden