Example #1
0
 public boolean equals(BigNumber b) {
   return (b.toHexString().equals(this.toHexString()));
 }