# File lib/aws/auto_scaling/notification_configuration.rb, line 78 def eql? other other.is_a?(NotificationConfiguration) and other.group == group and other.topic_arn == topic_arn and other.notification_types == notification_types end