Exemplo n.º 1
0
 private bool Equals(FactOperation other)
 {
     return FactType == other.FactType && FactId == other.FactId;
 }
Exemplo n.º 2
0
 private bool Equals(FactOperation other)
 {
     return(FactType == other.FactType && FactId == other.FactId);
 }