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

Condition

public abstract class Condition
A condition that filters the results of a query
public bool Not { get; set; }

If set, inverses the logic of the condition to return results that fail the condition.