Blog LogoBlog Logo

Tag: conditional-AND operator

All tags

The difference between & and && operators

Here is a bit of code that was failing: if (product!=null & !string.IsNullOrEmpty(product.ProductNotes)) If you look closely you can see it uses just the...

— 11 Jun 2015