IEquatable<(Of <(<'T>)>)> Interface
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public interface IEquatable<T> : IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Interface IEquatable(Of T) _ Inherits IBridgeClass
[ExternalAttribute] [NamespaceAttribute] generic<typename T> public interface class IEquatable : IBridgeClass
Type Parameters
- T
- The type of objects to compare.