# File lib/diff/lcs/change.rb, line 57
57:   def ==(other)
58:     (self.action == other.action) and
59:     (self.position == other.position) and
60:     (self.element == other.element)
61:   end