Пример #1
0
        public override bool Equals(object o)
        {
            var other = o as Parliament;

            return(other != null &&
                   InTheNest == other.InTheNest &&
                   PositionsWithOwls.SetEquals(other.PositionsWithOwls));
        }