Exemplo n.º 1
0
 /// <summary>
 /// The hash code of the window scale option is the hash code of the option type xored with the hash code of the scale factor log.
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 {
     return(base.GetHashCode() ^
            ScaleFactorLog.GetHashCode());
 }
Exemplo n.º 2
0
 internal override int GetDataHashCode()
 {
     return(ScaleFactorLog.GetHashCode());
 }