[Mono-list] Embedded API: MonoObject equality
jonathan at mugginsoft.com
jonathan at mugginsoft.com
Thu Mar 20 22:31:10 UTC 2014
What is the bet way to determine if successive MonoObject * pointers refer to the same managed object?
Currently I use mono_object_hash(monoObject).
Is that the best approach?
My unmanaged code triggers and receives events.
I need to be able to identify if the MonoObject that triggers the event appears as the event sender.
Jonathan
More information about the Mono-list
mailing list