GetHashCode() public method

public GetHashCode ( ) : int
return int
Ejemplo n.º 1
0
 public static long hash(BigDecimal self)
 {
     return self.GetHashCode();
 }
Ejemplo n.º 2
0
 public static long hash(BigDecimal self)
 {
     return(self.GetHashCode());
 }