Esempio n. 1
0
		public bool Match(DoubleItem item)
		{
			return item.Value == 41.99;
		}
Esempio n. 2
0
 public bool Match(DoubleItem item)
 {
     return(item.Value == 41.99);
 }