Difference between revisions of "Array.isFalse()"

From ZCubes Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
Checks if all the members in this array are true.
 
Checks if all the members in this array are true.
  
Same as  isfalse  
+
Same as  isfalse.
  
 
isfalse is any false will returns the result as true.Otherwise false.
 
isfalse is any false will returns the result as true.Otherwise false.

Revision as of 03:49, 16 April 2020


Array.isFalse()

Checks if all the members in this array are true.

Same as isfalse.

isfalse is any false will returns the result as true.Otherwise false.

See also

IsTrue