5 references to InternalEquals
System.Data.Entity (5)
System\Data\EntityKey.cs (4)
401return InternalEquals(this, obj as EntityKey, compareEntitySets: true); 411return InternalEquals(this, other, compareEntitySets: true); 500return InternalEquals(key1, key2, compareEntitySets: true); 519return !InternalEquals(key1, key2, compareEntitySets: true);
System\Data\Objects\Internal\ForeignKeyFactory.cs (1)
53return !EntityKey.InternalEquals(conceptualNullKey, realKey, compareEntitySets: false);