C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
EqualityComparer(T) Class
EqualityComparer(T) Properties
Default Property
EqualityComparer
T
Default 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#
Copy
public
static
EqualityComparer
<T>
Default
{
get
; }
Return Value
Type:
EqualityComparer
T
The default instance of the
EqualityComparer
T
class for type
T
.
See Also
Reference
EqualityComparer
T
Class
System.Collections.Generic Namespace