norename class object

noncreation

    infix 24 =(other: object): bool := builtin "object_eq"(self, other)

    infix 24 <>(other: object): bool := builtin "object_ne"(self, other)

end
