Implemented isEqual...

This commit is contained in:
Gregory John Casamento 2019-05-19 01:31:15 -04:00
parent 496c9a63e2
commit 61a9dc8a13

View file

@ -503,7 +503,7 @@ static Class NSMutableOrderedSet_concrete_class;
while ((o = [e nextObject]))
{
if (![aSet member: o])
if (![aSet containsObject: o])
{
return NO;
}