[]
Provides a comparer for objects that compares by reference equality.
[Obsolete("Will be made internal. Must not be used.")]
public sealed class ObjectRefComparer<T> : IEqualityComparer<T> where T : class
| Name | Description |
|---|---|
| T | The type of objects to compare. |
| Name | Description |
|---|---|
| ObjectRefComparer() |
| Name | Description |
|---|---|
| Equals(T, T) | Determines whether the specified objects are equal by comparing their references. |
| GetHashCode(T) | Returns a hash code for the specified object. |