I use got 2 LinkedListNode P1 and P2 from a LinkedList

I wonder is there a way to know the order of these two.

P1 is behind of P2 or the other way round.

Thanks