[rdnzl-devel] C# pointer comparison.
Edi Weitz
edi at agharta.de
Fri Mar 14 12:23:39 UTC 2008
On Fri, 14 Mar 2008 23:02:22 +1100, "Matthew O Connor" <matthew.oconnor at 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.
More information about the rdnzl-devel
mailing list