$is equals

Allows you to check if two strings are equal.


Example

Running this code will check if string A "AAA111BBB222" is equal to string B "AAA111BBB223". As shown in the alert box, the returned value is "False".

alert($plugin function("Data and Files Automation.dll", "$is equals", "AAA111BBB222", "AAA111BBB223"))

For this example, running this code will check if string A "AAA111BBB222" is equal to string B "AAA111BBB222". As shown in the alert box, the returned value is "True".

alert($plugin function("Data and Files Automation.dll", "$is equals", "AAA111BBB222", "AAA111BBB222"))

Was this helpful?

Previous Article

$is ends with

Next Article

$is even