<PackageReference Include="Polly.Core" Version="8.6.2" />

Polly.PredicateResult

public static class PredicateResult
Class that represents the results that can be used in predicates.
namespace Polly { public static class PredicateResult { public static ValueTask<bool> True(); public static ValueTask<bool> False(); } }