public static long hash(BigDecimal self) { return self.GetHashCode(); }
public static long hash(BigDecimal self) { return(self.GetHashCode()); }