Merge pull request #3248 from enquora/foundation-resolve-duplicate-methods

Remove duplicate CPIndexSet -isEqual
This commit is contained in:
David Richardson
2026-07-08 10:18:41 -06:00
committed by GitHub
-7
View File
@@ -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