Class NpgsqlArrayTypeMapping.NullableEqualityComparer<T>
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.
Inheritance
object
NpgsqlArrayTypeMapping.NullableEqualityComparer<T>
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
protected class NpgsqlArrayTypeMapping.NullableEqualityComparer<T> : IEqualityComparer<T?> where T : struct
Type Parameters
Constructors
|
Improve this Doc
View Source
NullableEqualityComparer(IEqualityComparer<T>)
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.
Declaration
public NullableEqualityComparer(IEqualityComparer<T> underlyingComparer)
Parameters
Type |
Name |
Description |
IEqualityComparer<><T> |
underlyingComparer |
|
Methods
|
Improve this Doc
View Source
Equals(T?, T?)
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.
Declaration
public bool Equals(T? x, T? y)
Parameters
Type |
Name |
Description |
T? |
x |
|
T? |
y |
|
Returns
|
Improve this Doc
View Source
GetHashCode(T?)
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.
Declaration
public int GetHashCode(T? obj)
Parameters
Type |
Name |
Description |
T? |
obj |
|
Returns