TextRange public struct TextRange : IEquatable<TextRange>, IComparable<TextRange> Documentation Code public TextPosition End { get; } public TextPosition Start { get; } public TextRange(TextPosition start, TextPosition end) public static bool op_GreaterThan(TextRange a, TextRange b) public static bool op_LessThan(TextRange a, TextRange b) public int CompareTo(TextRange other) public bool Equals(TextRange other)