Implemented interface member:
method
GetHashCode
System.Collections.Generic.IEqualityComparer<T>.GetHashCode(T)
1 reference to GetHashCode
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\CompositeKey.cs (1)
147
return ByValueEqualityComparer.Default.
GetHashCode
(keyComponent.GetSimpleValue());