# File lib/marc/subfield.rb, line 18 def ==(other) if @code != other.code return false elsif @value != other.value return false end return true end