Ejemplo n.º 1
0
 public bool Equals(decimal x, decimal y)
 {
     return(ProductPriceHelper.GetPriceCategory(x) == ProductPriceHelper.GetPriceCategory(y));
 }
Ejemplo n.º 2
0
 public int GetHashCode(decimal obj)
 {
     return(ProductPriceHelper.GetPriceCategory(obj).GetHashCode());
 }