# File lib/aws/sns/topic.rb, line 320
      def eql? other
        other.kind_of?(Topic) and other.arn == arn
      end