ne
sourcene<R, F extends string | number | symbol>(field: F, value: R[F]): ScalarPredicatesource
Returns a predicate that evaluates to true if the value of the field is not equal to the value of the argument.
ne<R, F extends string | number | symbol>(field: F, value: R[F]): ScalarPredicatesource
Returns a predicate that evaluates to true if the value of the field is not equal to the value of the argument.