Condition to check the If Activity

Precondition,

C =B
A is not equal B

I use,

if
( Not A.equals(B) or Not C.equals(B))

Then
Not matched,

Else,

Matched

Desired Ans= Matched
getting Ans= Not Matched.

Can anyone tell why?

NOT(A.Equals(B) or C.Equals(B))

1 Like

Done :slight_smile:
Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.