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