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?
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))
Done
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.