xtd 0.2.0
Loading...
Searching...
No Matches

◆ operator=() [1/2]

any_object & xtd::any_object::operator= ( const any_object other)
default

Copy assignment operator. Replaces the contents with a copy of the contents of other.

Parameters
otherAnother polymorphic wrapper.
Returns
This current instance.