226 227 228
# File 'lib/puppet/pops/types/types.rb', line 226 def ==(o) self.class == o.class && type == o.type && name == o.name end
222 223 224
# File 'lib/puppet/pops/types/types.rb', line 222 def hash [self.class, type, name].hash end