Creates a deep copy of the current Atom.
[C#] Atom Clone() [Visual Basic] Function Clone() As Atom
Atom Clone()
Function Clone() As Atom
This function creates a new object that is a copy of this instance.
The copy is a deep copy and all contained Atoms are copied as part of the clone process
None.