Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(HashUtils.CalcHashCodeEnumerable(this));
 }
Exemplo n.º 2
0
 public override int GetHashCode() => HashUtils.Combine(Value.GetHashCode(), BasicBlockIndex);