PredicateResult public static class PredicateResult Class that represents the results that can be used in predicates. Documentation Code public static ValueTask<bool> False { get; } Gets a finished ValueTask<T> that returns false value. public static ValueTask<bool> True { get; } Gets a finished ValueTask<T> that returns true value.