devxlogo

Objects And Classes

Question:
I need to compare two object instances of the same class. But I need to compare the contents and not the references (ie: “obj1 is obj2” – will not do).

Would using CopyMemory work?

Answer:
There really is not a good way to do this, other than to check each part of the object.

You might want to create a method in the object that accepts another object of the same type and checks each element (variable values). That way you can change the implementation of the compare without having to change lots of instances of the same code throughout your application.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  How Engineering Leaders Spot Weak Proposals

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.