class PG::Coder

def ==(v)

def ==(v)
	self.class == v.class && to_h == v.to_h
end