This operator allows you to assign arbitrary values directly into an existing Variant.
The value you wish to put in the Variant.
The new value of the assigned-to variant.
Variant v; v = 42;
See Implementation
This operator allows you to assign arbitrary values directly into an existing Variant.