[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: brian <brian@xxxxxxxxxxxxxxxx>
- Date: Wed, 9 Oct 2024 19:43:58 -0700
- To: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>, "user@xxxxxxxxxxxxxxxxxxxxxx" <user@xxxxxxxxxxxxxxxxxxxxxx>
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.
Re: How to correctly use the new Equals() | Benoît Minisini <benoit.minisini@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> |