operator=()

Guid::operator=(const Guid&) method

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

Guid & System::Guid::operator=(const Guid &guid)

Arguments

ParameterTypeDescription
guidconst Guid&The Guid object to copy the GUID value from

Return Value

A reference to the self

See Also