Checks if two values are equal or not.
pyEquals(arg1, arg2)
Value to compared.
Value to be compared with.
Compares the two arguments and returns the result; equivalent to arg1 == arg2. Arguments can be of type int, double, string, bool or python variable.