Show / Hide Table of Contents

    Class IdentityComparer

    Inheritance
    System.Object
    IdentityComparer
    Implements
    System.Collections.IEqualityComparer
    Inherited Members
    System.Object.Equals(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
    Assembly: Lucene.Net.dll
    Syntax
    public class IdentityComparer : IEqualityComparer

    Methods

    | Improve this Doc View Source

    Equals(Object, Object)

    Declaration
    public bool Equals(object x, object y)
    Parameters
    Type Name Description
    System.Object x
    System.Object y
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode(Object)

    Declaration
    public int GetHashCode(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Int32

    Implements

    System.Collections.IEqualityComparer

    Extension Methods

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