# File lib/aws/s3/bucket_lifecycle_configuration.rb, line 345 def eql? other other.is_a?(Rule) and other.configuration.bucket == configuration.bucket and other.id == id and other.prefix == prefix and other.expiration_days == expiration_days and other.status == status end