// 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)); }