# File lib/aws/policy.rb, line 99
    def ==(other)
      if other.kind_of?(AWS::Policy)
        self.hash_without_ids == other.hash_without_ids
      else
        false
      end
    end