Ejemplo n.º 1
0
 protected bool Equals(CXHotkeyCombination other)
 {
     return
         (TriggerKey == other.TriggerKey &&
          Chord.Equals(other.Chord));
 }