Example #1
0
            public override bool Visited(int key, T value)
            {
                object otherValue = Other.get(key);

                EqualConflict = otherValue == value || (otherValue != null && otherValue.Equals(value));
                return(!EqualConflict);
            }