EquatableKeyValue<TKey> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |