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

IAnyConditionBuilder<T, U>

public interface IAnyConditionBuilder<T, U>
Creates a condition where results that match any value passed in will be returned.
T Any(U[] values)

The values that any one found on the result will succeed.