Skip to content
/ .. / .. /
Values Are Equal Rule










Values Are Equal Rule

This rule verifies that the specified values are equal. Both the type and value must match for the Rule to pass.

Syntax

1
check <values List<Any>> are equal;
Parameters

  • values - The list of values to compare with each other.

Example

1
2
3
check property "Call_Cost1", property "Call_Cost2", property "Call_Cost3" are equal;

check property MOC.Call_Cost, property PTC.Call_Cost are equal;