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