Beispiel #1
0
 /// <summary>
 /// Returns a hash-code based on the current value of this object.
 /// </summary>
 public override int GetHashCode()
 {
     return
         (LowTime.GetHashCode() ^
          LowLength.GetHashCode() ^
          HighTime.GetHashCode() ^
          HighLength.GetHashCode());
 }