Beispiel #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((_significant.GetHashCode() * 1397) ^ _index);
     }
 }