/**
  * 
  */
 public function equals(MMangoObject $object)
 {
     return $this->hash() == $object->hash();
 }