<PackageReference Include="Relativity.API" Version="20.0.0" />

IComparableConditionBuilder<T, U>

public interface IComparableConditionBuilder<T, U> : IEqualToConditionBuilder<T, U>
Builds conditions that are using relative comparison.
T GreaterThan(U value)

Results are returned when the result's value is greater than the value provided.

Results are returned when the result's value is greater than or equal to the value provided.

T LessThan(U value)

Results are returned when the result's value is less than the value provided.

T LessThanOrEqualTo(U value)

Results are returned when the result's value is less than or equal to the value provided.