/**
  * @see \Components\Object::hashCode() \Components\Object::hashCode()
  */
 public function hashCode()
 {
     return Integer::hash($this->m_value);
 }