Return TypeFunction nameArguments
boolhzEcode::operator!=(hzEcode,)

Declared and defined in file: hzErrcode.h

Function Logic:

Function body:

bool hzEcode::operator!= (hzEcode v)
                                           { return m_code != v.m_code ? true : false ; }