How can I have an object have the same hash value but not equate?
~pseudo~ savedObj = { id: 123, status: "good" } objects = Set() in