Click or drag to resize
AlgorithmsGetIdentityComparerT Method
Gets an IEqualityComparer<T> instance that can be used to compare objects of type T for object identity only. Two objects compare equal only if they are references to the same object.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static IEqualityComparer<T> GetIdentityComparer<T>()
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Collections.Algorithms.GetIdentityComparer``1"]

Return Value

Type: IEqualityComparerT
An IEqualityComparer<T> instance for identity comparison.
See Also