Skip to content

Not Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

bool Not(condition:bool)

Description

Flips the Boolean value of the supplied condition.

Remarks

If the input condition is null, the function returns true.

Supported Version

1.0.0.0 and later

Examples

Not(IsPresent([//Target/MiddleName]))

Clone this wiki locally