예제 #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(17 + hash.GetHashCode() * 31 + n.GetHashCode() * 31 * 31);
     }
 }
예제 #2
0
 public override int GetHashCode()
 {
     return(phashBlock.GetHashCode());
 }
예제 #3
0
 public override int GetHashCode()
 {
     return(Hash.GetHashCode());
 }
 public int NBitcoin()
 {
     return(_nBitcoinData.GetHashCode());
 }