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

INotConditionBuilder<T>

public interface INotConditionBuilder<T>
Inverts the condition to exclude results instead of including them.
T Not { get; }

Inverts the condition built to exclude rather than include matching results.