# File lib/aws/core/resource.rb, line 64
      def eql? other
        other.kind_of?(self.class) and
        other.resource_identifiers == resource_identifiers
      end