How can i compare 2 refernces of One Instance of an Object

Example:

Set objA = CreateObject ("ClassString.Class")
Set objB = ObjA

If ObjB = ObjA Then MsgBox ("OK")

etc...

why does this compare of 2 Instances not work ???

Is there a other way ??


thanks
Stonebrook