class Diff::LCS::Change
def ==(other)
def ==(other) (self.class == other.class) and (action == other.action) and (position == other.position) and (element == other.element) end
def ==(other) (self.class == other.class) and (action == other.action) and (position == other.position) and (element == other.element) end