all_false (boolean val1, boolean val2, boolean val3, ..., boolean valN) ⇒ boolean
Assesses a list of parameters to see if all values equate to false. It is the equivalent to building a comparison with many ANDs.
First available: Version 1.3.7.89
Comments