コード例 #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);
 }