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