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