if (a != null) {
        if (typeof a.equiv === FN) {
            return a.equiv(b);
        }
    } else {