コード例 #1
0
 protected bool Equals(Things other)
 {
     return(string.Equals(Name, other.Name) && string.Equals(INN, other.INN) && string.Equals(KPP, other.KPP) && PositionsCount == other.PositionsCount && Sum == other.Sum);
 }