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
IGListDiffPointerPersonality
Swift
case pointerPersonality = 0
-
Compare objects using
-[IGListDiffable isEqualToDiffableObject:]
.Declaration
Objective-C
IGListDiffEquality
Swift
case equality = 1