Let $X$ and $Y$ be two random variables, whose PDFs $f_X$ and $f_Y$ are uniform. $f_X$ and $f_Y$ may overlap. For instance, they could represent two score distributions for two tuples $x$ and $y$ in a database.
Which is the probability for $X$ and $Y$ of having the same value $v$ (e.g., for the tuples $x$ and $y$ of having the same score)?
I have tried with an integral, but this returns me back $0$ as a result, since it is evaluated on an interval that is a point (the value $v$), and an integral that is evaluated on a point returns $0$ as a result.
Since $X, Y$ are continuous it is indeed the case that $\text{Prob}(X=Y)=0$.