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.