mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Merge pull request #3248 from enquora/foundation-resolve-duplicate-methods
Remove duplicate CPIndexSet -isEqual
This commit is contained in:
@@ -176,13 +176,6 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL)isEqual:(id)anObject
|
||||
{
|
||||
return self === anObject ||
|
||||
[anObject isKindOfClass:[self class]] &&
|
||||
[self isEqualToIndexSet:anObject];
|
||||
}
|
||||
|
||||
/*!
|
||||
Returns \c YES if the index set contains the specified index.
|
||||
@param anIndex the index to check for in the set
|
||||
|
||||
Reference in New Issue
Block a user