AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.2.3" />

 RangePosition

public enum RangePosition
An enumeration of possible values for position comparisons in a range object.
After = 1

The position of the given point to the other point is after.

Before = -1

The position of the given point to the other point is before.

Equal = 0

The position of the given point to the other point is equal.