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

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