EquatableKeyValue<TKey> Class

Definition

Objects of this type contain a key value corresponding to a Metadata item and implement Equals(Object) that return true only for other objects corresponding to the same Metadata item.

public sealed class EquatableKeyValue<TKey>
type EquatableKeyValue<'Key> = class
Public NotInheritable Class EquatableKeyValue(Of TKey)

Type Parameters

TKey

The underlying key type.

Inheritance
EquatableKeyValue<TKey>

Constructors

EquatableKeyValue<TKey>(IAnnotatable, TKey, IEqualityComparer<TKey>)

Creates a new instance of EquatableKeyValue<TKey>

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to