I know it’s not very smart to use HashCode as a unique identifier,
but let’s say I have two variables on the same HashCode is the only way I can get them,
how can I tell the difference?
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.
You should be able to determine if the references are equal.
Try using the ReferenceEquals function to check if you have a reference to the same object.