Table of Contents
isneqDescriptionThest the inequality of two variables. Function prototypebool isneq <bool:arg1> <bool:arg2> Arguments
If the type of arg1 is not equal to that of arg2, the ordering of the arguments may change the result of calls to
isneq . See comments for iseq.
Return valueFalse if the values are equal, and true otherwise. Exampleecho <zs:isneq 1 2> // should be true echo <zs:isneq 2 2> // should be false … the output of which is written to the event log by echo as: true false CommentsNone. See alsoExcept where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
|