Return TypeFunction nameArguments
boolhzSDate::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 ;
}