Table of Contents

Enum RangePosition

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

An enumeration of possible values for position comparisons in a range object.

public enum RangePosition : short
Extension Methods

Fields

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.