[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to correctly use the new Equals()
[Thread Prev] | [Thread Next]
- Subject: Re: How to correctly use the new Equals()
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Thu, 10 Oct 2024 12:19:37 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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.
Re: How to correctly use the new Equals() | brian <brian@xxxxxxxxxxxxxxxx> |
Re: How to correctly use the new Equals() | Brian G <brian@xxxxxxxxxxxxxxxx> |
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> |