We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b957ad1 commit 16e0aa7Copy full SHA for 16e0aa7
src/NHibernate/Mapping/ByCode/PropertyPath.cs
@@ -66,7 +66,7 @@ public bool Equals(PropertyPath other)
66
{
67
return true;
68
}
69
- return Equals(previousPath, other.previousPath) && Equals(localMember, other.localMember);
+ return Equals(previousPath, other.previousPath) && localMember.Equals(other.localMember);
70
71
72
public override int GetHashCode()
0 commit comments