# File lib/occi/helpers/comparators/attributes.rb, line 6 def ==(obj) return false unless obj && obj.respond_to?(:names) self.names == obj.names end
# File lib/occi/helpers/comparators/attributes.rb, line 11 def eql?(obj) self == obj end
# File lib/occi/helpers/comparators/attributes.rb, line 15 def hash self.names.hash end