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

Equal operator

Indicates whether the CBCGPAppointmentBaseProperty object equals the specified CBCGPAppointmentBaseProperty object.

Returns TRUE if the object specified by rProp is equal to the CBCGPAppointmentBaseProperty object; otherwise FALSE.

The default implementation compares address of rProp and this.

Parameters
rPropA reference to object to compare with.