ValueComparerExtensions.IsDefault(ValueComparer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the given ValueComparer is a default EF Core implementation.
public static bool IsDefault (this Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer valueComparer);
static member IsDefault : Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer -> bool
<Extension()>
Public Function IsDefault (valueComparer As ValueComparer) As Boolean
Parameters
- valueComparer
- ValueComparer
The value comparer.
Returns
true
if the value comparer is the default; false
otherwise.