293 294 295
# File 'lib/puppet/pops/types/types.rb', line 293 def ==(o) self.class == o.class && type == o.type && name == o.name end
289 290 291
# File 'lib/puppet/pops/types/types.rb', line 289 def hash [self.class, type, name].hash end