Suppose I have this class:
public class A { int price; string id; DateTime created; public override bool Equals(object obj) { ret