The ! Operator
Syntax
! condition
The !
operator negates the result of the following condition. It
returns true
when condition returns false
. It returns false
when condition returns true
.
Examples
(! (foo == bar))
! &User-Name
! condition
The !
operator negates the result of the following condition. It
returns true
when condition returns false
. It returns false
when condition returns true
.
(! (foo == bar))
! &User-Name