2 references to Default
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);