MindFusion.Wpf Pack Programmer's Guide
FALSE

Returns the logical constant FALSE.

Syntax  Copy Code

FALSE( ) Logical

Remarks

This function always evaluates to FALSE. An alternative way to use the FALSE constant is through the FALSE literal.

Example

The first formula below illustrates the FALSE function, the second - the FALSE literal.

Formula  Copy Code

=FALSE()
=FALSE

See Also

Function Reference
TRUE Function
IF Function