Exemple #1
0
 /// <inheritdoc/>
 public override int GetHashCode()
 {
     return(array == null ? 0 : array.GetHashCode());
 }