lucee.Component
commandbox.system.modules_app.system-commands.commands.assertNotEqual
Returns a passing (0) or failing (1) exit code if parameters do not match. Command outputs nothing. Comparison is case insensitive. . {code:bash} assertNotEqual `package show name` "My Package" && package set name="My Package" assertNotEqual ${ENVIRONMENT} development && install --production {code}
| Method Summary | |
|---|---|
any
|
run(string value1, string value2)
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Method Detail |
|---|
value1 - A value to be compared to value2value2 - A value to be compared to value1