BCGSuite for MFC
virtual const CBCGPAppointmentBaseProperty& CBCGPAppointmentBaseProperty::operator= ( const CBCGPAppointmentBaseProperty rSrc)
virtual

The assignment operator.

Returns
A reference to this object.

Should be overridden in a derived class and perform the actual assignment. The default implementation does nothing and just returns a reference to this object.

Parameters
rSrcA reference to object to assign.