Function Resource
Determines if an expression is explicitly false, or not
ResourceFunction["FalseQ"][expr]
yields True if expr is False, and yields False otherwise.
FalseQ will return True only if the input is explicitly False:
The relationship between TrueQ and FalseQ: