VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@UNEQUAL
Windows ✓Linux ✓macOS ⏳
Syntax
@UNEQUAL(<string1>,<string2> {, <EXACT>} )
Description
This new function returns a true ('1') value if <string1> is not equal to <string2>. Case is not taken into account in the comparison unless the optional parameter EXACT is supplied. The function is equivalent to @not(@equal(...,...)).
OK
Unchanged.