| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzEcode::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 ; }