Is there a way to track or see which objects or variables are looking at the same location in memory?

What do you mean exactly? You can use the == operator for most reference types (except when a class overloads the operator). To be sure you can use Object.ReferenceEquals() to compare two reference types.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.