CUrl::operator =
Assigns the specified CUrl object to the current CUrl object.
CUrl & operator =(
const CUrl & urlThat
) throw();
Parameters
- urlThat
The CUrl object to copy into the current object.
Return Value
Returns a reference to the current object.
Requirements
Header: atlutil.h