lambda not null csharp

Code Example - lambda not null csharp

                
                        var result = Store.FirstOrDefault(x => x.Products.Coupon != null && x.Products.Coupon.Any() && x.Products.Coupon[0] == 100);