IGListDiffOption
enum IGListDiffOption : NSUInteger {}
An option on how to do comparisons between similar objects.
-
Compare objects using pointer personality.
Declaration
Objective-C
IGListDiffPointerPersonalitySwift
case pointerPersonality = 0 -
Compare objects using -[NSObject isEqual:].
Declaration
Objective-C
IGListDiffEqualitySwift
case equality = 1
View on GitHub
IGListDiffOption Enum Reference