Ejemplo n.º 1
0
 public bool Equals(StockItem other)
 {
     return(true && StockId.Equals(other.StockId) && Label.Equals(other.Label) && Modifier.Equals(other.Modifier) && Keyval.Equals(other.Keyval) && TranslationDomain.Equals(other.TranslationDomain));
 }
Ejemplo n.º 2
0
 public bool Equals(AccelKey other)
 {
     return(true && Key.Equals(other.Key) && AccelMods.Equals(other.AccelMods) && AccelFlags.Equals(other.AccelFlags));
 }