Exemplo n.º 1
0
 /// <inheritdoc/>
 public override int GetHashCode() => _underlying.GetHashCode();
 public override int GetHashCode()
 {
     return(Underlying.GetHashCode());
 }