Click or drag to resize
EqualityComparerTDefault Property
Returns a default equality comparer for the type specified by the generic argument.

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static EqualityComparer<T> Default { get; }

Return Value

Type: EqualityComparerT
The default instance of the EqualityComparerT class for type T.
See Also