/// <inheritdoc /> public bool IsProperSubsetOf(IEnumerable <TBase> other) => SetUtilities.IsProperSubsetOf(this, other);
/// <inheritdoc /> public bool IsProperSubsetOf(IEnumerable <T> other) { return(SetUtilities.IsProperSubsetOf(this, other)); }