On 2008 Oct, 15, at 17:03, Nick Zitzmann wrote:
Yes, NSSet and its subclasses use -isEqual:. You should override that, as well as -hash.
Thanks, Nick. I don't think I need to override anything though, because not adding duplicates based on -isEqual: is indeed the behavior that I want. So, I believe I'm OK in assuming this.
_______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
