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

Re: How to correctly use the new Equals()


Will give it a go! Thanks

~~~~~ Brian


From: user@xxxxxxxxxxxxxxxxxxxxxx <user@xxxxxxxxxxxxxxxxxxxxxx> on behalf of Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Sent: Thursday, October 10, 2024 3:19:53 AM
To: user@xxxxxxxxxxxxxxxxxxxxxx <user@xxxxxxxxxxxxxxxxxxxxxx>
Subject: 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.




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>
Re: How to correctly use the new Equals()Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>