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 SourceEquals(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 |
GetHashCode(Object)
Declaration
public int GetHashCode(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Collections.IEqualityComparer