Difference between containsObject: and member: methods of NSSet?

Viewed 5369

What is the diference between these two methods belonging to the NSSet class:

-(BOOL)containsObject:(id)anObject
-(id)member:(id)object 
1 Answers
Related