Search Results for

    Show / Hide Table of Contents

    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>
    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    protected class NpgsqlArrayTypeMapping.NullableEqualityComparer<T> : IEqualityComparer<T?> where T : struct
    Type Parameters
    Name Description
    T

    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
    Type Description
    bool
    | 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
    Type Description
    int
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team