static boolean neq(Object a, Object b) { return !eq(a, b); }