Class NullableStringDictionaryComparer<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 NullableStringDictionaryComparer<TElement, TCollection> : ValueComparer<TCollection>, IEqualityComparer, IEqualityComparer<object>, IEqualityComparer<TCollection> where TElement : struct where TCollection : class, IEnumerable<KeyValuePair<string, TElement?>>
Type Parameters
TElement
TCollection
- Inheritance
-
ValueComparer<TCollection>NullableStringDictionaryComparer<TElement, TCollection>
- Implements
-
IEqualityComparer<TCollection>
- Inherited Members
Constructors
- NullableStringDictionaryComparer(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.