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.

[System.Runtime.CompilerServices.Nullable(0)]
public sealed class EquatableKeyValue<TKey>
public sealed class EquatableKeyValue<TKey>
[<System.Runtime.CompilerServices.Nullable(0)>]
type EquatableKeyValue<'Key> = class
type EquatableKeyValue<'Key> = class
Public NotInheritable Class EquatableKeyValue(Of TKey)

Type Parameters

TKey

The underlying key type.

Inheritance
EquatableKeyValue<TKey>
Attributes

Constructors

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

Creates a new instance of EquatableKeyValue<TKey>

Methods

Name Description
Equals(Object)

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

GetHashCode()

Serves as the default hash function.

Applies to