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