Assert Equals
 
  Last modified: June 18, 2025
	Description
Assert that two values are equal.
Usage
Pass the two values you want to compare and assert that they are equal.
Input Parameters
| Name | Datatype | Required | Description | 
|---|---|---|---|
| Assert Value 1 | any | yes | value 1 to compare with value 2 | 
| Assert Value 2 | any | yes | value w to compare with value 1 |