@abstract(Call @code(Assign) to copy the properties or other attributes form an object to another.)

The standard form of a call to @code(Assign) method is @br 
@html(&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)@code(Destination.Assign(Source);) @br 
which tells the @code(Destination) object to copy the contents of the @code(Source) object to itself.

@param Source Object to copy the content.
