class AWS::S3::BucketLifecycleConfiguration::Rule

def eql? other

Other tags:
    Private: -
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