Exemplo n.º 1
0
        // Still hide it since it is generally not useful to see when dotting in the API.
        public bool Equals(DbEntityEntry other)
        {
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return(!ReferenceEquals(null, other) && _internalEntityEntry.Equals(other._internalEntityEntry));
        }