# File lib/aws/sns/subscription.rb, line 122 def eql? other other.kind_of?(Subscription) and other.arn == arn end