Hi,
In C#, how do you determine two objects are the "same" rather
than "equal?" In C/C++ you can check the addresses and LISP
provides a rich set of equality operators but C# appears ambiguous.
Search of the on-line documentation of "equal" and "same" yielded
nothing useful.
Thanks,
Gary
In C#, how do you determine two objects are the "same" rather
than "equal?" In C/C++ you can check the addresses and LISP
provides a rich set of equality operators but C# appears ambiguous.
Search of the on-line documentation of "equal" and "same" yielded
nothing useful.
Thanks,
Gary
Comment