Esempio n. 1
0
        //вынести сюда fine со своим хеш-множителем?

        private bool Equals(DataContainer other)
        {
            return(A1.Equals(other.A1) && A2.Equals(other.A2) && B1.Equals(other.B1) && B2.Equals(other.B2));
        }