pub fn should_backdate_value<V: Eq>(old_value: &V, new_value: &V) -> bool
Expand description

True if old_value == new_value. Invoked by the generated code for should_backdate_value so as to give a better error message.