If I have the function
$$f(n)=n \log_{10}n$$
Is it correct to say that the asymptotic bound, in little-o notation, for $f(n)$ is $o(n \log_2n)$? $~\forall~n>0$, $n \log_2n$ would strictly be an upper bound for $n \log_{10}n$, but does this meet the definition of little-0 because they would be equal when $n=0$?