Example #1
0
 public bool ContainsItem(ListingItem item)
 {
     return(_items.Contains(new KeyValuePair <int, ListingItem>(item.Day, item)));
 }