csk_fn_equals
Use this function to confirm if the two objects are equal.
- Boolean: csk_fn_equals(Object inputString1, String inputString2)
- Input:
- Object inputString1: The inputs whose values will be evaluated first
- String inputString2: The inputs whose values will be evaluated second
- Example:
Create variables Variable name Custom path color ["red”, “blue"] fruit ["banana", "apple"] $csk_fn_equals(color, color) → true
$csk_fn_equals(color, fruit) → false