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

Relativity.API.Foundation.Query.Conditions.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.