/// <summary>
 /// Gets a hashcode for this object instance.
 /// </summary>
 public override int GetHashCode()
 {
     return(_keyData.GetHashCode());
 }
Beispiel #2
0
 public override int GetHashCode()
 {
     return(_keyStroke.GetHashCode());
 }