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)
147return ByValueEqualityComparer.Default.GetHashCode(keyComponent.GetSimpleValue());