<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.2.1" />

Comparable

public sealed class Comparable
Provides access to extension methods operating on IComparable objects.
public static bool Between<T>(T source, T lower, T upper) where T : IComparable

Indicates if an object is between two others in sort order, inclusive.