Esempio n. 1
0
 /**
  * @param Uuid $other
  *
  * @return bool
  */
 public function equals(Uuid $other)
 {
     return $this->toString() === $other->toString();
 }