Return Type | Function name | Arguments |
---|---|---|
bool | hzSDate::operator== | (const hzXDate&,) |
Declared in file: hzDate.h
Defined in file : hzDate.cpp
Function Logic:
Function body:
bool hzSDate::operator== (const hzXDate& op) { return m_days == op.NoDays() ? true : false ; }