Re: isEqual: vs isEqualTo:
Re: isEqual: vs isEqualTo:
- Subject: Re: isEqual: vs isEqualTo:
- From: Seth Willits <email@hidden>
- Date: Thu, 17 Jul 2008 02:27:19 -0700
On Jul 17, 2008, at 2:20 AM, Jens Miltner wrote:
From the documentation, I can't really tell whether there are just
two separate implementations or whether one just calls the other
isEqualTo: just calls isEqual: as it says in the comment:
- (BOOL)isEqualTo:(id)object;
// Implemented using isEqual:. Returns NO if receiver is nil.
Just a friendly name to fit in with the other convenience methods that
are defined.
--
Seth Willits
_______________________________________________
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