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

How to correctly use the new Equals()


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


Follow-Ups:
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>