示例#1
0
 public bool Equals(decimal x, decimal y)
 {
     return(ProductPriceHelper.GetPriceCategory(x) == ProductPriceHelper.GetPriceCategory(y));
 }
示例#2
0
 public int GetHashCode(decimal obj)
 {
     return(ProductPriceHelper.GetPriceCategory(obj).GetHashCode());
 }