# File lib/rubocop/git/line.rb, line 4
  def ==(other_line)
    content == other_line.content
  end