Compare Font property for each Paragraph

Hi,

I have three ParagraphCollections: p1, p2, p3.
For each of them, I want to compare the font (loop by Runs).
Since the Runs, at each iteration, can have a different size, how can I proceed?
Is there a simple way to compare it?

Thanks in advice,
F.

@federico.altamura Unfortunatly, there is not simple way. But if this is a similar runs, you can create a dictionary and collect, for example, run text and font size for each paragraph to compare them.