isFalse

fun isFalse(field: String): Condition

Creates a boolean false condition. Matches documents where the specified field is false.

Return

A new false condition.

Parameters

field

The field name to check.