This works on mac and windows, not linux: ``` let o1 = obj () { }; let o2 = obj () { }; assert (o1 != o2); assert (!(o1 == o2)); ```