11.2.2 test structure is equal

Source: Internet
Author: User

11.2.2 test structure is equal

In C #, testing for the equality of complex data structures can be tricky. If we construct a new object with the same properties and use the = = operator to compare two objects, the result is probably false, because we are comparing two different instances.

In C #, the = = operator can be overloaded and object.equals can be overridden, but is typically used only for value types or non-volatile data structures. When comparing two different instances of a mutable type, it is important to recognize the difference between the two, because the data can be changed later, and conversely, if it is two immutable types that store the same values, we can think of them as equal because the data will not change in the future, so two objects are always equal.

11.2.2 test structure is equal

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.