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

Re: How to correctly use the new Equals()



On 10/10/24 03:19, Benoît Minisini wrote:
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,

This works fantastic! Simplifies so many functions!

Any chance it could have a gb.ignorecase parameter...?

I know always one more request.... lol.

--
~~~~ Brian

Attachment: OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


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>