static bool hasDifferent(O existing, O nu) { ret existing != null && neq(existing, nu); }