Thanks to visit codestin.com
Credit goes to doc.rust-lang.org

false

Keyword false 

Source
Expand description

A value of type bool representing logical false.

false is the logical opposite of true.

See the documentation for true for more information.