Base:
method
Equals
System.Object.Equals(System.Object)
2 references to Equals
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
465if ((wrappedEntity.Entity == wrappedCurrent.Entity) && (navigation.Equals(RelationshipNavigation)))
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
462if ((wrappedEntity.Entity == _wrappedCachedValue.Entity) && (navigation.Equals(this.RelationshipNavigation)))