/**
  * @see \Components\Object::hashCode() hashCode
  */
 public function hashCode()
 {
     return \math\hashiv($this->m_major, $this->m_minor, $this->m_build);
 }
 /**
  * @see \Components\Object::hashCode() \Components\Object::hashCode()
  */
 public function hashCode()
 {
     return \math\hashiv($this->r, $this->g, $this->b, $this->a);
 }