On Fri, 14 Mar 2008 23:02:22 +1100, "Matthew O Connor" matthew.oconnor@calyptech.com wrote:
How do I compare references to C# objects using RDNZL?
If you don't mind using unexported functionality, with two RDNZL containers C1 and C2 you'd do something like (untested)
(fli:pointer-eq (rdnzl::pointer c1) (rdnzl::pointer c2))
on LispWorks. I'm not sure if this The Right Thing[TM] to do, but if it is (comments welcome), we should probably export a portable version of this.