Is there a way to override Equatable of NSManagedObject? I have a coredata dataset of 300k objects and I need to remove duplicates base on the object's business id.
// Coredata NSManagedObject
import Foundation
import CoreData
@objc(Business)
public class Business: NSManagedObject {
}
override error message: