Return Type | Function name | Arguments |
---|---|---|
bool | hzXDate::operator!= | (const hzXDate&,) |
Declared in file: hzDate.h
Defined in file : hzDate.cpp
Function Logic:
Function body:
bool hzXDate::operator!= (const hzXDate& op) { return (m_hour != op.m_hour || m_usec != op.m_usec) ; }