hi!

I have a question: how can I compare two ArrayLists?

Example:

dim x as ArrayList

dim y as ArrayList

if not x is y then beep() 'It doesn't work!!!

can anybody help me?