How to compare two macro values in if statement

sgnarkhede2016
New Altair Community Member
Answers
-
@sgnarkhede2016 , use
equals(%{macro1},%{macro2})
This should work with condition type expression in the branch operator as it returns either true or false1