Module operators/query/comparison/ne
Functions
Const $ne
- $ne(selector: string, value: unknown, options?: Options): (obj: RawObject) => boolean
Parameters
selector: string
value: unknown
Optional options: Options
Returns (obj: RawObject) => boolean
Parameters
Returns boolean
Matches all values that are not equal to the value specified in the query.