Managed Objects have different id when fetched
问题 im working with coredata and there is a concept that im not getting; i've 2 managed objects ACConversation and ACMessages with a one to many relationship, so i'm saving a message associated to a conversation and trying to fetch them back based on: NSPredicate *predicate = [NSPredicate predicateWithFormat:@"SELF.conversation = %@", self.conversation]; but the id associated to the object is different (it seems more a memory address) and with the above predicate it doesnt fetch anything: 2013-01