IGListDiffOption
Objective-C
enum IGListDiffOption : NSInteger {}
                Swift
enum IGListDiffOption : Int, @unchecked Sendable
                An option for how to do comparisons between similar objects.
- 
                  
                  
Compare objects using pointer personality.
Declaration
Objective-C
IGListDiffPointerPersonalitySwift
case pointerPersonality = 0 - 
                  
                  
Compare objects using
-[IGListDiffable isEqualToDiffableObject:].Declaration
Objective-C
IGListDiffEqualitySwift
case equality = 1 
View on GitHub