Exemplo n.º 1
0
 protected bool Equals(DeviceSettings other)
 {
     return(Equals(KeyboardSettings, other.KeyboardSettings) && Equals(MouseSettings, other.MouseSettings));
 }