Beispiel #1
0
 public function equals(Name $other)
 {
     return $this->name() === $other->name();
 }