User1780985398 posted
I am in a project where the application designer has designed such that all the classes overrides GetHashcode(),Equals(),Isnull(), Isempty() and the operators == and !==. Those functions doesn't seem to be used anywhere and it seems we need to make hundreds
of classes in our project.
Is it really necessary to have those methods as a part of design assuming that it will be useful somewhere as it just increases the coding lines and the time.
thanks