# File lib/parser/source/comment.rb, line 105
      def ==(other)
        other.is_a?(Source::Comment) &&
          @location == other.location
      end