Not-equal? - Function SummarySummary:Returns TRUE if the values are not equal. Usage:not-equal? value1 value2 Arguments:value1 - The value1 argument. value2 - The value2 argument. Description:String-based datatypes are considered equal when they are identical or differ only by character casing (uppercase = lowercase).
Related:<> - Returns TRUE if the values are not equal.
| ||||
|