Example #1
0
 /**
  * {@inheritdoc}
  */
 public function equals(CartItem $cartItem)
 {
     return $this->getId() === $cartItem->getId();
 }