public function equals(Verification $other) { return $this->getCode() === $other->getCode() && $this->getMsisdn() === $other->getMsisdn(); }