Hello Priyanka,
It should go to true when the dates are equal? The times do not matter? I think because your times are different that is why your decision always lands on false.
If time does not matter, then try the ‘trimToDays’ function to compare the days with each other and not the the time.
trimToDays($variable1) = trimToDays($variable2)
Cheers,
Mark