4 references to AreEqual
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (2)
1334this.thisKeyIsPrimaryKey = AreEqual(this.thisKey, this.thisMember.DeclaringType.IdentityMembers); 1335this.otherKeyIsPrimaryKey = AreEqual(this.otherKey, this.otherType.IdentityMembers);
Mapping\MappedMetaModel.cs (2)
1243this.thisKeyIsPrimaryKey = AreEqual(this.thisKey, this.thisMember.DeclaringType.IdentityMembers); 1273this.otherKeyIsPrimaryKey = AreEqual(this.otherKey, this.otherType.IdentityMembers);