188 189 190
# File 'lib/puppet/pops/types/types.rb', line 188 def ==(o) self.class == o.class && from == o.from && to == o.to end
184 185 186
# File 'lib/puppet/pops/types/types.rb', line 184 def hash [self.class, from, to].hash end