Show / Hide Table of Contents

    Class EqualityComparer<T>

    Utility class for building default generic equality comparers.

    Inheritance
    System.Object
    EqualityComparer<T>
    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    public static class EqualityComparer<T> : object
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Default

    A default generic equality comparer for type T. The procedure is as follows:

    Declaration
    public static System.Collections.Generic.IEqualityComparer<T> Default { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEqualityComparer<T>

    The comparer

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)