Share via


IReadOnlyElementType.GetValueComparer Method

Definition

Gets the custom ValueComparer for elements of the collection.

public Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer? GetValueComparer ();
abstract member GetValueComparer : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
Public Function GetValueComparer () As ValueComparer

Returns

The comparer, or null if none has been set.

Applies to