# File lib/csvparser.rb, line 243 def ==( csvline ) if @fields == csvline.fields then true else false end end