Check if expressions are equal #484
Unanswered
tandraehub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there some way to check if 2 different expressions are equal?
Lets say that I have the following two simple expressions:
expression1 = "A && B"
expression2 = "B && A"
Can I use EvalEx to see that that these two expressions are equal (like in that they will always evaluate to the same result for any value of the variables A and B)?
Beta Was this translation helpful? Give feedback.
All reactions