Set.prototype._ispropersuperset = function (other) {
        return this._issuperset(other) && !this._issubset(other);
    };