Show / Hide Table of Contents

    Class EqualityComparer<T>

    Utility class for building default generic equality comparers.

    Inheritance
    System.Object
    EqualityComparer<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    public static class EqualityComparer<T>
    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 IEqualityComparer<T> Default { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEqualityComparer<T>

    The comparer

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