PredicateResult public static class PredicateResult Class that represents the results that can be used in predicates. Documentation Code public static ValueTask<bool> False() Returns a finished ValueTask<T> that returns false value. public static ValueTask<bool> True() Returns a finished ValueTask<T> that returns true value.