Reading Classics-The equality and identity of the Jeffrey Richter of the CLR via C #

Source: Internet
Author: User

"Overriding the considerations of equals"

1. Equals must be reflexive;--x. Equals (x) must be True

2. Equals must be symmetrical;--x. Equals (y) is definitely returned with Y. Equals (x) the same value

3. Equals must be transitive;--x. Equals (Y) returns True, Y.equals (z) returns True, X. Equals (z) must return True

4. Equals must be consistent. The two values that are compared do not change, and the value returned by Equals (true or false) does not change.

5. Allow the type to implement the Equals method of the System.iequatable<t> interface, which allows you to define a type-safe equals method. Typically, the Equals method that you implement should obtain an object parameter so that the type-safe equals method is called internally.

6. Overload the = = and! = operator methods. Typically, these operator methods should be implemented internally to invoke the Equals method of type safety.

Reading Classics-The equality and identity of the Jeffrey Richter of the CLR via C #

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.