示例#1
0
 protected bool Equals(AddOnPercentPromo other)
 {
     return(GetOrderItem().Equals(other.GetOrderItem()) && _eligibleUnits == other._eligibleUnits &&
            _salePercent == other._salePercent);
 }