<PackageReference Include="Polly" Version="7.2.3" />

ResultPredicates<TResult>

public class ResultPredicates<TResult>
A collection of predicates used to define whether a policy handles a given TResult value.
public static readonly ResultPredicates<TResult> None

Specifies that no result-handling filters are applied or are required.

public bool AnyMatch(TResult result)

Returns a bool indicating whether the passed TResult value matched any predicates.