Table of Contents

Class StringDictionaryComparer<TElement, TCollection>

Namespace
MongoDB.EntityFrameworkCore.ChangeTracking
Assembly
MongoDB.EntityFrameworkCore.dll

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public sealed class StringDictionaryComparer<TElement, TCollection> : ValueComparer<TCollection>, IEqualityComparer, IEqualityComparer<object>, IEqualityComparer<TCollection> where TCollection : class, IEnumerable<KeyValuePair<string, TElement>>

Type Parameters

TElement
TCollection
Inheritance
ValueComparer<TCollection>
StringDictionaryComparer<TElement, TCollection>
Implements
IEqualityComparer<TCollection>
Inherited Members

Constructors

StringDictionaryComparer(ValueComparer, bool)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

Properties

Type

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.