/** * @param Cargo $other * @return bool */ public function sameIdentityAs(Cargo $other) : bool { return $this->trackingId()->sameValueAs($other->trackingId()); }