[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to correctly use the new Equals()


Le 10/10/2024 à 04:43, brian a écrit :
Also if the values are strings, they are not equal as well
aa = ["cc":"cc"]
ab = ["cc":"cc"]

Do not equal, only numeric values work correctly.


~~~~~ Brian


I just fixed the 'Equals()' method so that it compare string contents, and compare arrays or collections recursively.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: How to correctly use the new Equals()brian <brian@xxxxxxxxxxxxxxxx>
Re: How to correctly use the new Equals()Brian G <brian@xxxxxxxxxxxxxxxx>
References:
How to correctly use the new Equals()Brian G <brian@xxxxxxxxxxxxxxxx>
Re: How to correctly use the new Equals()Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: How to correctly use the new Equals()brian <brian@xxxxxxxxxxxxxxxx>