System::Guid::operator= method

Guid::operator= method

Assigns to the current object the GUID value represented by the specified Guid object.

Guid & System::Guid::operator=(const Guid &guid)
ParameterTypeDescription
guidconst Guid&The Guid object to copy the GUID value from

ReturnValue

A reference to the self

See Also