IProperty.GetValueComparer Method

Definition

Gets the ValueComparer for this property.

[System.Diagnostics.DebuggerStepThrough]
public Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer GetValueComparer ();
public Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer GetValueComparer ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member GetValueComparer : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
abstract member GetValueComparer : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
Public Function GetValueComparer () As ValueComparer

Returns

The comparer.

Implements

Attributes

Applies to