Unordered map hash function

why use two overload operator and if i am not use overload operator then whats happen and how to write code without using overloading operator

hello @vishal_sangal_123

compiler dont know how to compare two student objects, so its user responsibiltiy to define explicitly how to compare them , that is why we are overloading == operator .

at the time of searching, comaprision between two students will be required so there == (overloaded function) will be used.

for custom classes , it is mandatory to overload.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.