[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to correctly use the new Equals()
[Thread Prev] | [Thread Next]
- Subject: How to correctly use the new Equals()
- From: Brian G <brian@xxxxxxxxxxxxxxxx>
- Date: Wed, 9 Oct 2024 09:36:47 -0700
- To: GambasList <user@xxxxxxxxxxxxxxxxxxxxxx>
This is not equal: Public ab As Collection Public aa As Collection aa = ["aa": "aa", "bb": "bb", "cc": ["xx", 1, 2, 3]] ab = ["aa": "aa", "bb": "bb", "cc": ["xx", 1, 2, 3]] If ab.Equals(aa) Then Print "yippy" Else Print "boooo" Endif Is there a better explanation what equals() actually means when true? -- ~~~~ Brian
Attachment:
OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature
Re: How to correctly use the new Equals() | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: How to correctly use the new Equals() | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |