1 instantiation of ByValueComparer
System.Data.Entity (1)
System\Data\Common\Utils\ByValueEqualityComparer.cs (1)
110
internal static readonly IComparer Default = new
ByValueComparer
(Comparer<object>.Default);
2 references to ByValueComparer
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
331
result =
ByValueComparer
.Default.Compare(thisValue, otherValue);
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
391
result =
ByValueComparer
.Default.Compare(thisParameter.Value, otherParameter.Value);