'MyClass' hides inherited member 'object.Equals(object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
'MyClass' defines operator == or operator != but does not override Object.Equals(object o)
Thực ra em mới thử override operator lần đầu nên gặp chuyện này, cho em hỏi là việc sử dụng từ khoá override có thực sự cần thiết không hay cứ để cho IDE cảnh báo ạ?