예제 #1
0
 public override int GetHashCode()
 {
     return
         (GetType().GetHashCode() +
          _relativeStructureWidth.GetHashCode() +
          _fillColor.GetHashCode());
 }
예제 #2
0
 public override int GetHashCode()
 {
     return
         (GetType().GetHashCode() +
          (int)_plotColorInfluence +
          _relativeStructureWidth.GetHashCode() +
          _fillColor.GetHashCode() +
          (_frame?.GetHashCode() ?? 0) +
          (_inset?.GetHashCode() ?? 0));
 }
예제 #3
0
파일: InsetBase.cs 프로젝트: olesar/Altaxo
 public override int GetHashCode()
 {
     return(GetType().GetHashCode() + 17 * _color.GetHashCode());
 }
예제 #4
0
 public override int GetHashCode()
 {
     return(_color.GetHashCode() + 3 * _smoothness.GetHashCode() + 7 * _metalness.GetHashCode() + 13 * _indexOfRefraction.GetHashCode());
 }