Published on : July 24, 2020
Title | : | if.not_equal | |||||||||
Purpose | : | To check two values are not equal | |||||||||
Syntax | : | [if.not_equal lhs=’left hand side value’ rhs=’right hand side value’] //** Do something if left hand side value is not equal to right hand side value **// [/if.not_equal] |
|||||||||
Input Parameters | : |
|
|||||||||
Return Value | : | It does not return anything | |||||||||
Example 1 | : |
|
|||||||||
Example 2 | : |
|