CoreTypeMapping.Comparer Property
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.
A ValueComparer adds custom value snapshotting and comparison for CLR types that cannot be compared with Equals(Object, Object) and/or need a deep copy when taking a snapshot.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer Comparer { get; }
member this.Comparer : Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
Public Overridable ReadOnly Property Comparer As ValueComparer
Property Value
Applies to
Feedback
Submit and view feedback for