Exemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         var hashCode = UserScriptHash.GetHashCode();
         hashCode = (hashCode * 397) ^ TimestampMS.GetHashCode();
         hashCode = (hashCode * 397) ^ AssetScriptHash.GetHashCode();
         hashCode = (hashCode * 397) ^ BlockXferNotificationIndex.GetHashCode();
         return(hashCode);
     }
 }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(HashCode.Combine(UserScriptHash.GetHashCode(), TimestampMS.GetHashCode(), AssetScriptHash.GetHashCode(), BlockXferNotificationIndex.GetHashCode(), Token.GetHashCode()));
 }