@nacx Great question and I did think about this. I believe that as long as the Invokable's equals() method does the right thing, there should be no conflict. Now, Invokable.equals() is Element.equals() which invokes Object.equals() (via Member) and that is simply a memory equality check (```==```). I therefore think we should be OK. Would be great if someone like @adriancole can confirm my understanding of the code too.
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/164#issuecomment-25600303
