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