AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 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.