# File lib/support.rb, line 252
  def eql?(other)
    return nil unless other.class == self.class

    other.type == self.type && other.list? == self.list?
  end