IEqualityComparer<(Of <(<'T>)>)> Interface
Defines methods to support the comparison of objects for equality.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public interface IEqualityComparer<T> : IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Interface IEqualityComparer(Of T) _ Inherits IBridgeClass
[ExternalAttribute] [NamespaceAttribute] generic<typename T> public interface class IEqualityComparer : IBridgeClass
Type Parameters
- T
- The type of objects to compare.This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.