Tagged Questions
2
votes
1answer
170 views
Is there a way to tell whether two COM interface references point at the same instance?
Given two interface references obtained from different sources. Is there a programmatic way to tell whether they're implemented by the same instance?
A simple equality check of the interface ...