equals($right); } public function hash(Hashable $value) : int { return $value->hashCode(); } public function equals(object $other) : bool { return $other instanceof self; } }