An equality comparer that compares values by reference.
Namespace:
Gallio.Common.CollectionsAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public sealed class ReferentialEqualityComparer<T> : IEqualityComparer<T> where T : class |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class ReferentialEqualityComparer(Of T As Class) _ Implements IEqualityComparer(Of T) |
Type Parameters
- T
- The type of values to compare, must be reference types.
Inheritance Hierarchy
System..::.Object
Gallio.Common.Collections..::.ReferentialEqualityComparer<(Of <(T>)>)
Gallio.Common.Collections..::.ReferentialEqualityComparer<(Of <(T>)>)
