ProductRowXmlIdCompare implements Comparator
Compares the basket item's `id` with the product row's `xmlId`.
Table of Contents
Interfaces
- Comparator
- Object for compare the product row and the basket item.
Methods
- isEqual() : bool
- Comparison according to a given logic.
Methods
isEqual()
Comparison according to a given logic.
public
isEqual(Item $productRow, Item $basketItem) : bool
Parameters
Tags
Return values
bool —TRUE if items are equals.