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

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.