Given two objected that do not contain reference loops within them, do you know a method that tests their equality in a “generic” way (through reflection)?
I basically want the same semantics as struct equivalence, only on classes.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think there is no such method available in the framework, but it’s fairly easily written. Perhaps not the shortest implementation but is seems to do the job: