== means only compare the value. if you have to used only == equal and they don’t checked the any datatype. if the datatype mismatch then also it will return true.
=== means compare value with the datatype also if both are same then it will return true otherwise it will return false.