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