Пример #1
0
 private bool Equals(FactOperation other)
 {
     return FactType == other.FactType && FactId == other.FactId;
 }
Пример #2
0
 private bool Equals(FactOperation other)
 {
     return(FactType == other.FactType && FactId == other.FactId);
 }