Class ReferenceEqualityComparer
public sealed class ReferenceEqualityComparer : IEqualityComparer, IEqualityComparer<object>
- Inheritance
-
ReferenceEqualityComparer
- Implements
- Inherited Members
- Extension Methods
Properties
Default
public static ReferenceEqualityComparer Default { get; }
Property Value
Methods
Equals(object, object)
Determines whether the specified objects are equal.
public bool Equals(object x, object y)
Parameters
Returns
Exceptions
- ArgumentException
x
andy
are of different types and neither one can handle comparisons with the other.
GetHashCode(object)
Returns a hash code for the specified object.
public int GetHashCode(object obj)
Parameters
Returns
- int
A hash code for the specified object.
Exceptions
- ArgumentNullException
The type of
obj
is a reference type andobj
is null.