email = strtolower($email); } public function is(self $mailEntry): bool { return $this->email === $mailEntry->email; } }