Property Default
Default
A default generic equality comparer for type T. The procedure is as follows:
Declaration
public static Collections.Generic.IEqualityComparer<T> Default { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEqualityComparer<T> | The comparer |