condition.not
Returns the inverse of the specified condition. For example, if the specified condition is met (returns true
), then
condition.not
will return false
.
Returns the inverse of the specified condition. For example, if the specified condition is met (returns true
), then
condition.not
will return false
.