MindFusion.Wpf Pack Programmer's Guide
TRUE

Returns the logical constant TRUE.

Syntax  Copy Code

TRUE( )  Logical

Remarks

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

Example

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

Formula  Copy Code

=TRUE()
=TRUE

See Also

Function Reference
FALSE Function
IF Function