15 Oct 2020 08:25 AM
Hello,
Can anybody explain the difference between EQUALS vs STRING_EQUALS and INT_EQUALS?
KR Henk
Solved! Go to Solution.
15 Oct 2020 01:38 PM
@henk s. the INT_EQUALS is going to be used when you're comparing integers. STRING_EQUALS should be used when comparing strings. And the regular EQUALS would be for anything else that doesn't fit integer or string, like an entity.